@charset "utf-8";
/**
 * @Description: 【金胜维】网站页面主要样式   
 * @Author: MaXueWei    
 * @Date: 2023-11-28 17:01:28
 * @LastEditors: MaXueWei   
 * @LastEditTime: 2024-2-1 14:11:37
 */
@font-face {
  font-family: "Montserrat-Light";
  src: url('font/Montserrat-Light.ttf');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat-Regular";
  src: url('font/Montserrat-Regular.ttf');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat-Bold";
  src: url('font/Montserrat-Bold.ttf');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BebasNeue";
  src: url('font/BebasNeue.otf');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Alibaba_PuHuiTi_Thin";
  src: url("https://xjyd2023.oss-cn-shenzhen.aliyuncs.com/fonts/Alibaba_PuHuiTi_Thin.ttf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Alibaba_PuHuiTi_Light";
  src: url("https://xjyd2023.oss-cn-shenzhen.aliyuncs.com/fonts/Alibaba_PuHuiTi_Light.ttf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Alibaba_PuHuiTi_Regular";
  src: url("https://xjyd2023.oss-cn-shenzhen.aliyuncs.com/fonts/Alibaba_PuHuiTi_Regular.ttf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Alibaba_PuHuiTi_Bold";
  src: url("https://xjyd2023.oss-cn-shenzhen.aliyuncs.com/fonts/Alibaba_PuHuiTi_Bold.ttf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Alibaba_PuHuiTi_Medium";
  src: url("https://xjyd2023.oss-cn-shenzhen.aliyuncs.com/fonts/Alibaba_PuHuiTi_Medium.ttf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Alibaba_PuHuiTi_SemiBold";
  src: url("https://xjyd2023.oss-cn-shenzhen.aliyuncs.com/fonts/Alibaba_PuHuiTi_SemiBold.ttf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Alibaba_PuHuiTi_ExtraBold";
  src: url("https://xjyd2023.oss-cn-shenzhen.aliyuncs.com/fonts/Alibaba_PuHuiTi_ExtraBold.ttf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Alibaba_PuHuiTi_Heavy";
  src: url("https://xjyd2023.oss-cn-shenzhen.aliyuncs.com/fonts/Alibaba_PuHuiTi_Heavy.ttf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Alibaba_PuHuiTi_Black";
  src: url("https://xjyd2023.oss-cn-shenzhen.aliyuncs.com/fonts/Alibaba_PuHuiTi_Black.ttf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SourceHanSansCN-Bold";
  src: url('https://xjyd2023.oss-cn-shenzhen.aliyuncs.com/fonts/SourceHanSansCN-Bold.otf');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SourceHanSansCN-ExtraLight";
  src: url('https://xjyd2023.oss-cn-shenzhen.aliyuncs.com/fonts/SourceHanSansCN-ExtraLight.otf');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SourceHanSansCN-Heavy";
  src: url('https://xjyd2023.oss-cn-shenzhen.aliyuncs.com/fonts/SourceHanSansCN-Heavy.otf');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SourceHanSansCN-Light";
  src: url('https://xjyd2023.oss-cn-shenzhen.aliyuncs.com/fonts/SourceHanSansCN-Light.otf');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SourceHanSansCN-Medium";
  src: url('https://xjyd2023.oss-cn-shenzhen.aliyuncs.com/fonts/SourceHanSansCN-Medium.otf');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SourceHanSansCN-Normal";
  src: url('https://xjyd2023.oss-cn-shenzhen.aliyuncs.com/fonts/SourceHanSansCN-Normal.otf');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SourceHanSansCN-Regular";
  src: url('https://xjyd2023.oss-cn-shenzhen.aliyuncs.com/fonts/SourceHanSansCN-Regular.otf');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/* ==================== 重置样式 Start ==================== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Alibaba_PuHuiTi_Regular , 微软雅黑;
}
a {
  text-decoration: none;
  outline: none;
}
html {
  font-size: 60px;
}
body::-webkit-scrollbar {
  width: 4px;
  background: #ececec;
  border-radius: 100px;
}
body::-webkit-scrollbar-thumb {
  border-radius: 100px;
  background: #333;
  cursor: pointer;
}
img {
  vertical-align: middle;
  max-width: 100%;
}
ul,
li {
  list-style: none;
}
input,
button {
  outline: 0 none;
  border: none;
  background-color: transparent;
}
button {
  cursor: pointer;
}
/* 图片统一动画 */
.mxw-image {
  overflow: hidden;
}
.mxw-image img {
  transition: transform 0.8s;
  width: 100%;
}
.mxw-image:hover img {
  transform: scale(1.05);
}
main,
header,
footer,
.mxw-box,
section {
  font-size: 16px;
}
main {
  position: relative;
  z-index: 10;
}
section {
  position: relative;
  z-index: 9;
}
@media screen and (max-width: 1800px) {
  html {
    font-size: 53px;
  }
}
@media screen and (max-width: 1680px) {
  html {
    font-size: 45px;
  }
}
@media screen and (max-width: 1600px) {
  html {
    font-size: 44.77px;
  }
}
@media screen and (max-width: 1440px) {
  html {
    font-size: 44px;
  }
}
@media screen and (max-width: 1400px) {
  html {
    font-size: 43px;
  }
}
@media screen and (max-width: 1366px) {
  html {
    font-size: 42px;
  }
}
@media screen and (max-width: 1280px) {
  html {
    font-size: 39px;
  }
}
@media screen and (max-width: 1152px) {
  html {
    font-size: 35px;
  }
}
@media screen and (max-width: 1100px) {
  html {
    font-size: 30px;
  }
}
@media screen and (max-width: 900px) {
  html {
    font-size: 26px;
  }
}
/* ==================== 重置样式 End ==================== */
/* ==================== 通用容器大小 Start ==================== */
.mxw-box {
  width: 1600px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.ny-mxw-box {
  max-width: 1200px;
}
@media screen and (max-width: 749px) {
  .mxw-box {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* ==================== 通用容器大小 End ==================== */
/* ==================== 通用断点隐藏 Start ==================== */
@media screen and (max-width: 749px) {
  .m-hide {
    display: none !important;
  }
}
@media screen and (min-width: 750px) {
  .pc-hide {
    display: none !important;
  }
}
/* ==================== 通用断点隐藏 End ==================== */
/* ==================== 通用布局 start ==================== */
@media screen and (min-width: 750px) {
  .u-row-2,
  .u-row-3,
  .u-row-4,
  .u-row-5,
  .u-row-6 {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .u-row-2 > .u-col {
    width: 49%;
  }
  .u-row-2 > .u-col:nth-child(2n) {
    margin-left: 2%;
  }
  .u-row-2 > .u-col:nth-child(2) ~ .u-col {
    margin-top: 2%;
  }
  .u-row-3 > .u-col {
    width: 32%;
  }
  .u-row-3 > .u-col:nth-child(3n-1) {
    margin-left: 2%;
    margin-right: 2%;
  }
  .u-row-3 > .u-col:nth-child(3) ~ .u-col {
    margin-top: 2%;
  }
  .u-row-4 > .u-col {
    width: 23.5%;
    margin-right: 2%;
  }
  .u-row-4 > .u-col:nth-child(4n) {
    margin-right: 0%;
  }
  .u-row-4 > .u-col:nth-child(4) ~ .u-col {
    margin-top: 2%;
  }
  .u-row-5 > .u-col {
    width: 18.4%;
    margin-right: 2%;
  }
  .u-row-5 > .u-col:nth-child(5n) {
    margin-right: 0%;
  }
  .u-row-5 > .u-col:nth-child(5) ~ .u-col {
    margin-top: 2%;
  }
  .u-row-6 > .u-col {
    width: 15.5%;
    margin-right: 1.4%;
  }
  .u-row-6 > .u-col:nth-child(6n) {
    margin-right: 0%;
  }
  .u-row-6 > .u-col:nth-child(6) ~ .u-col {
    margin-top: 1.4%;
  }
}
@media screen and (max-width: 749px) {
  .u-row-2,
  .u-row-3,
  .u-row-4,
  .u-row-5,
  .u-row-6 {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .u-row-2 .u-col {
    width: 100%;
  }
  .u-row-2 .u-col:nth-child(1) ~ .u-col {
    margin-top: 4%;
  }
  .u-row-3 > .u-col,
  .u-row-4 > .u-col,
  .u-row-5 > .u-col,
  .u-row-6 > .u-col {
    width: 48%;
  }
  .u-row-3 > .u-col:nth-child(2n),
  .u-row-4 > .u-col:nth-child(2n),
  .u-row-5 > .u-col:nth-child(2n),
  .u-row-6 > .u-col:nth-child(2n) {
    margin-left: 4%;
  }
  .u-row-3 > .u-col:nth-child(2) ~ .u-col,
  .u-row-4 > .u-col:nth-child(2) ~ .u-col,
  .u-row-5 > .u-col:nth-child(2) ~ .u-col,
  .u-row-6 > .u-col:nth-child(2) ~ .u-col {
    margin-top: 4%;
  }
}
/* ==================== 通用布局 end ==================== */
/* ==================== 通用文本行数限制 start ==================== */
.u-line-1 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.u-line-2 {
  -webkit-line-clamp: 2;
}
.u-line-3 {
  -webkit-line-clamp: 3;
}
.u-line-4 {
  -webkit-line-clamp: 4;
}
.u-line-5 {
  -webkit-line-clamp: 5;
}
.u-line-6 {
  -webkit-line-clamp: 6;
}
.u-line-2,
.u-line-3,
.u-line-4,
.u-line-5,
.u-line-6 {
  overflow: hidden;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
/* ==================== 通用文本行数限制 end ==================== */
/* ==================== 图片放大插件 Start ==================== */
.viewer-list > li {
  display: flex;
  align-items: center;
  justify-content: center;
}
.viewer-list > li img {
  width: 100% !important;
  height: auto !important;
  transform: translate(0, 0) !important;
}
/* ==================== 图片放大插件 End ==================== */
/* ==================== ElementUI Start ==================== */
.el-table-filter__bottom {
  font-size: 12px;
}
/* ==================== ElementUI End ==================== */
/* ==================== 头部导航样式 Start ==================== */
header {
  width: 100%;
  position: fixed;
  z-index: 99;
}
header.bg .common-header {
  background-color: #fff;
}
header.bg .common-header .nav-right > ul > li {
  color: #333;
}
header.bg .common-header .tool:before {
  background-color: rgba(0, 0, 0, 0.38);
}
header.bg .common-header .tool .search,
header.bg .common-header .tool .shop-list {
  color: #333;
}
header.bg .common-header .logo {
  -webkit-filter: inherit;
  filter: inherit;
}
.common-header {
  transition: background-color 0.4s;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  background-color: #fff;
  transition: all 0.4s;
  box-shadow: 0 0 0.1667rem -0.0833rem rgba(0, 0, 0, 0.1);
}
.common-header.fixed {
  background-color: rgba(0, 0, 0, 0.2);
}
.common-header.fixed .nav-right > ul > li {
  color: #fff;
}
.common-header.fixed .tool:before {
  background-color: rgba(255, 255, 255, 0.38);
}
.common-header.fixed .tool .search,
.common-header.fixed .tool .shop-list {
  color: #fff;
}
.common-header.fixed .logo {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.common-header.black {
  background-color: transparent;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 0.2);
  filter: inherit;
}
.common-header.black .nav-right > ul > li {
  color: #fff;
}
.common-header.black .tool::before {
  background-color: rgba(255, 255, 255, 0.38);
}
.common-header.black .tool .search,
.common-header.black .tool .shop-list {
  color: #fff;
}
.common-header.bg {
  background-color: #fff;
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.26);
}
.common-header.bg .nav-right > ul > li {
  color: #333;
}
.common-header.bg .tool:before {
  background-color: rgba(0, 0, 0, 0.38);
}
.common-header.bg .tool .search,
.common-header.bg .tool .shop-list {
  color: #333;
}
.common-header.bg .logo {
  -webkit-filter: inherit;
  filter: inherit;
}
.common-header .nav-box {
  width: calc(1920px - 1.3333rem);
  max-width: 96%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.common-header .logo {
  display: block;
  width: 3.8333rem;
  flex-shrink: 0;
}
.common-header .pc-nav {
  position: relative;
  border-bottom: 0.0167rem solid rgba(255, 255, 255, 0.16);
}
.common-header .pc-nav .nav-bg {
  display: block;
  width: 100%;
  height: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.9);
  top: 100%;
  position: absolute;
  transition: all 0.4s;
}
.common-header .nav-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
}
.common-header .nav-right > ul {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}
.common-header .nav-right > ul > li {
  font-size: 0.3333rem;
  line-height: 1.2;
  transition: all 0.4s;
  margin-right: 0.6667rem;
  font-family: "Alibaba_PuHuiTi_Regular";
}
.common-header .nav-right > ul > li:last-child {
  margin-right: 0;
}
.common-header .nav-right > ul > li.active {
  color: #cf3b1b;
}
.common-header .nav-right > ul > li.active > a:after {
  width: 100%;
}
.common-header .nav-right > ul > li:hover > .navbar-style1,
.common-header .nav-right > ul > li:hover > .navbar-style2,
.common-header .nav-right > ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
  z-index: 13;
}
.common-header .nav-right > ul > li > a {
  position: relative;
  color: inherit;
  font-size: inherit;
  display: block;
  padding: 0.5rem 0;
}
.common-header .nav-right > ul > li > a:after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background-color: #cf3b1b;
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}
.common-header .nav-right > ul > li > ul {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  width: 3.33rem;
  border-radius: 0.08rem;
  box-shadow: 0 0 0.17rem rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
  z-index: 999;
}
.common-header .nav-right > ul > li > ul > li {
  width: 100%;
  text-align: center;
}
.common-header .nav-right > ul > li > ul > li > a {
  color: #666;
  font-size: 0.23rem;
  padding: 0.2rem 0.17rem;
  display: block;
  width: 100%;
  font-family: "Alibaba_PuHuiTi_Regular";
  line-height: 1.2;
}
.common-header .nav-right > ul > li > ul > li > a:hover {
  background-color: rgba(0, 0, 0, 0.06);
  color: #000;
}
.common-header .tool {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  margin-left: 0.5rem;
}
.common-header .tool:before {
  content: "";
  display: block;
  width: 1px;
  height: 0.3333rem;
  background-color: rgba(0, 0, 0, 0.38);
}
.common-header .tool .search,
.common-header .tool .shop-list {
  font-size: 0.3rem;
  color: #000;
  cursor: pointer;
  padding: 0.5rem 0;
}
.common-header .tool .search .iconfont,
.common-header .tool .shop-list .iconfont {
  font-size: inherit;
}
.common-header .tool .search {
  margin-left: 0.5833rem;
  margin-right: 0.4rem;
}
.common-header .shop-list {
  position: relative;
}
.common-header .shop-list:hover ul {
  opacity: 1;
  visibility: visible;
}
.common-header .shop-list ul {
  min-width: 2.5rem;
  position: absolute;
  top: 100%;
  right: 0.0833rem;
  border-radius: 0.0833rem;
  border-top-right-radius: 0;
  background-color: #fff;
  padding-top: 2px;
  padding-bottom: 2px;
  transform: translateY(0.1333rem);
  text-align: center;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
}
.common-header .shop-list ul:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 0.1rem solid transparent;
  border-left: 0.1rem solid transparent;
  border-right: 0.1rem solid #ffffff;
  position: absolute;
  top: 0;
  right: 0rem;
  transform: translateY(-90%);
}
.common-header .shop-list li {
  padding: 0.0333rem;
}
.common-header .shop-list a {
  display: block;
  font-size: 0.2333rem;
  color: #333;
  font-family: "Alibaba_PuHuiTi_Regular";
  padding: 0.1333rem 0.1667rem;
  border-radius: 0.0833rem;
  transition: all 0.4s;
  position: relative;
}
.common-header .shop-list a:after {
  content: "";
  display: block;
  width: 80%;
  height: 1px;
  background-color: #f8f8f8;
  position: absolute;
  bottom: 0;
  left: 10%;
}
.common-header .shop-list a:hover {
  color: #cf3b1b;
  background-color: rgba(217, 65, 32, 0.05);
}
.common-header .navbar-style1 {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #fff;
  padding: 0.6667rem;
  padding-bottom: 1.1667rem;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  box-shadow: 0 0 0.1667rem 0rem rgba(0, 0, 0, 0.1);
  transition: all 0.4s;
  opacity: 0;
  visibility: hidden;
}
.common-header .navbar-style1 .nav-left-body {
  min-width: 0;
  flex-grow: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.common-header .navbar-style1 .nav-item {
  width: 30%;
  margin-bottom: 0.6667rem;
}
.common-header .navbar-style1 .nav-item:nth-child(3n-1) {
  margin-left: 5%;
  margin-right: 5%;
}
.common-header .navbar-style1 .nav-item:nth-last-child(-n+3) {
  margin-bottom: 0;
}
.common-header .navbar-style1 .nav-item .nav-head {
  font-size: 0.3rem;
  color: #000;
  padding-bottom: 0.25rem;
  border-bottom: 0.0167rem solid #E5E5E5;
  display: block;
  transition: all 0.4s;
}
.common-header .navbar-style1 .nav-item .nav-head:hover {
  color: #cf3b1b;
}
.common-header .navbar-style1 .nav-item ul li {
  border-bottom: 0.0167rem solid #E5E5E5;
}
.common-header .navbar-style1 .nav-item ul li > a {
  display: block;
  width: 100%;
  padding-top: 0.1667rem;
  padding-bottom: 0.1667rem;
  font-size: 0.2333rem;
  color: #8D8D8D;
  transition: all 0.4s;
}
.common-header .navbar-style1 .nav-item ul li > a:hover {
  color: #cf3b1b;
}
.common-header .navbar-style1 .nav-item ul li > a:hover:before {
  background-color: #cf3b1b;
}
.common-header .navbar-style1 .nav-item ul li > a:before {
  content: "";
  display: inline-block;
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 100%;
  background-color: #999;
  margin-right: 0.1333rem;
  transition: all 0.4s;
}
.common-header .navbar-style1 .nav-right-body {
  width: 3.3333rem;
  flex-shrink: 0;
  margin-left: 0.6667rem;
}
.common-header .navbar-style1 .nav-right-body .more-btn {
  width: 80%;
  padding: 0.2333rem 0.1667rem;
  text-align: center;
  font-size: 0.2667rem;
  color: #fff;
  background-color: #cf3b1b;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1.6667rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.5rem;
}
.common-header .navbar-style2 {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #fff;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  box-shadow: 0 0 0.1667rem 0rem rgba(0, 0, 0, 0.1);
  transition: all 0.4s;
  opacity: 0;
  visibility: hidden;
}
.common-header .navbar-style2 .nav-left-body {
  min-width: 0;
  flex-grow: 1;
  padding: 0.6667rem 0.8333rem;
}
.common-header .navbar-style2 .nav-item {
  width: 100%;
  margin-bottom: 0.4167rem;
  font-size: 0.3rem;
  color: rgba(0, 0, 0, 0.6);
  display: block;
  transition: all 0.4s;
}
.common-header .navbar-style2 .nav-item:last-child {
  margin-bottom: 0;
}
.common-header .navbar-style2 .nav-item.active,
.common-header .navbar-style2 .nav-item:hover {
  color: #cf3b1b;
}
.common-header .navbar-style2 .nav-item:hover {
  transform: translateX(0.0833rem);
}
.common-header .navbar-style2 .nav-right-body {
  padding: 0.6667rem 0.8333rem;
  width: 50%;
  flex-shrink: 0;
  background-color: #FAFAFA;
}
.common-header .navbar-style2 .nav-right-body .image {
  display: block;
}
.common-header .navbar-style2 .nav-right-body .more-btn {
  display: block;
  text-align: left;
  font-size: 0.2333rem;
  color: #cf3b1b;
  margin-top: 0.5rem;
  transition: all 0.4s;
}
.common-header .navbar-style2 .nav-right-body .more-btn:hover {
  transform: translateX(0.0833rem);
}
.mobile-nav,
.mobile-menus {
  display: none;
}
@media screen and (max-width: 749px) {
  .common-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: #fff;
  }
  .common-header .svg-icon {
    font-size: 0;
  }
  .common-header .mobile-nav {
    position: relative;
  }
  .common-header .mobile-nav,
  .common-header .mobile-menus {
    display: block;
  }
  .common-header .head {
    display: flex;
    align-items: center;
    height: 49.8px;
    border-bottom: 1.2px solid #ECECEC;
    padding-left: 19.8px;
    padding-right: 19.8px;
  }
  .common-header .left-head,
  .common-header .right-head {
    display: flex;
    align-items: center;
  }
  .common-header .menu {
    width: 22.2px;
    height: 22.2px;
    background: url(../images/m-icon/menu.svg) no-repeat center center;
    background-size: 100%;
  }
  .common-header .search {
    width: 18px;
    height: 18px;
    background: url(../images/m-icon/search.svg) no-repeat center center;
    background-size: 100%;
  }
  .common-header .logo {
    text-align: center;
    min-width: 0;
    flex-grow: 1;
    margin-right: 20px;
    margin-left: 20px;
    font-size: 12px;
  }
  .common-header .logo img {
    width: 150px;
  }
  .common-header .shop {
    width: 18px;
    height: 18px;
    background: url(../images/m-icon/shop.svg) no-repeat center center;
    background-size: 100%;
    margin-right: 15px;
  }
  .common-header .language {
    width: 18px;
    height: 18px;
    background: url(../images/m-icon/language.svg) no-repeat center center;
    background-size: 100%;
  }
  .common-header .search-form {
    background-color: #fff;
    position: absolute;
    top: 100%;
    z-index: 999;
    width: 100%;
    padding: 10.2px;
    box-shadow: 0 4.8px 4.8px 0 rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: stretch;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s;
  }
  .common-header .search-form.active {
    opacity: 1;
    visibility: visible;
  }
  .common-header .search-form input {
    min-width: 0;
    flex-grow: 1;
    border: 1.2px solid #ECECEC;
    padding: 0 10.2px;
    color: #333;
    font-size: 13.2px;
  }
  .common-header .search-form button {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #cf3b1b;
  }
  .common-header .search-form button:after {
    content: "";
    display: block;
    width: 50%;
    height: 50%;
    background: url(../images/m-icon/search.svg) no-repeat center center;
    background-size: 100%;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
  }
  .mobile-menus {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 999;
    width: 100%;
    transition: all 0.2s;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
  }
  .mobile-menus.active {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }
  .mobile-menus.active .nav-box {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }
  .mobile-menus .nav-box {
    width: 90%;
    background-color: #fff;
    overflow: auto;
    height: 100vh;
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    transform: translateX(-100%);
    opacity: 1;
    visibility: hidden;
    transition: all 0.4s;
  }
  .mobile-menus .nav-box .close {
    flex-shrink: 0;
    position: relative;
    width: 19.8px;
    height: 19.8px;
    transform: rotate(45deg);
    margin: 15px auto 0;
    margin-right: 19.8px;
  }
  .mobile-menus .nav-box .close:before,
  .mobile-menus .nav-box .close:after {
    content: "";
    background-color: #333;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .mobile-menus .nav-box .close:before {
    width: 100%;
    height: 1.2px;
  }
  .mobile-menus .nav-box .close:after {
    width: 1.2px;
    height: 100%;
  }
  .mobile-menus .nav-box > ul {
    min-width: 0;
    flex-grow: 1;
    padding: 19.8px;
    font-size: 13.2px;
  }
  .mobile-menus .nav-box > ul a {
    display: block;
  }
  .mobile-menus .nav-box > ul > li {
    font-size: inherit;
  }
  .mobile-menus .nav-box > ul > li.sub.active > a:after {
    display: none;
  }
  .mobile-menus .nav-box > ul > li.sub.active > a .icon::before {
    display: none;
  }
  .mobile-menus .nav-box > ul > li.sub > a:after {
    display: none;
  }
  .mobile-menus .nav-box > ul > li.sub > a .icon {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 100%;
    z-index: 99;
    right: -10px;
  }
  .mobile-menus .nav-box > ul > li.sub > a .icon:before,
  .mobile-menus .nav-box > ul > li.sub > a .icon:after {
    content: "";
    display: block;
    background-color: #333;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
  }
  .mobile-menus .nav-box > ul > li.sub > a .icon:before {
    width: 1px;
    height: 12px;
  }
  .mobile-menus .nav-box > ul > li.sub > a .icon:after {
    width: 12px;
    height: 1px;
  }
  .mobile-menus .nav-box > ul > li > a {
    color: #000;
    font-weight: bold;
    font-size: inherit;
    height: 36px;
    line-height: 36px;
    padding-right: 15px;
    position: relative;
    letter-spacing: 0.6px;
  }
  .mobile-menus .nav-box > ul > li > a > span {
    opacity: 0.5;
  }
  .mobile-menus .nav-box > ul > li > a:before,
  .mobile-menus .nav-box > ul > li > a:after {
    z-index: 99;
  }
  .mobile-menus .nav-box > ul > li > a:after {
    content: "";
    position: absolute;
    right: 0.4em;
    top: 50%;
    display: block;
    width: 0.3em;
    height: 0.3em;
    border-right: 1.2px solid;
    border-top: 1.2px solid;
    transform: rotate(45deg) translateY(-50%);
    margin-top: -0.15em;
    opacity: 0.8;
  }
  .mobile-menus .nav-box > ul > li > ul {
    display: none;
    font-size: 13.2px;
    padding-bottom: 10.2px;
  }
  .mobile-menus .nav-box > ul > li > ul > li {
    font-size: inherit;
  }
  .mobile-menus .nav-box > ul > li > ul > li > a {
    color: #333;
    font-size: inherit;
    height: 30px;
    line-height: 30px;
    border-bottom: 1.2px dashed #eee;
  }
  .mobile-menus .other-menus {
    flex-shrink: 0;
  }
  .mobile-menus .other-menus > ul > li > a {
    background-color: #F6F6F6;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16.2px 19.8px;
    line-height: 1;
    font-size: 13.8px;
    color: #1d1d1d;
    border-bottom: 1.2px solid #ececec;
  }
  .mobile-menus .other-menus > ul > li > a img {
    width: 16.2px;
  }
  .mobile-menus .other-menus > ul > li > ul {
    display: none;
    font-size: 13.8px;
  }
  .mobile-menus .other-menus > ul > li > ul > li {
    background-color: #efefef;
  }
  .mobile-menus .other-menus > ul > li > ul > li > a {
    padding: 10.2px 25.2px;
    display: block;
    color: #333;
    font-size: inherit;
  }
}
/* ==================== 头部导航样式 End ==================== */
/* ==================== 底部样式 Start ==================== */
.footer {
  background-color: #cf3b1b;
  background-repeat: no-repeat;
  background-position: right center;
  padding-top: 2rem;
  position: relative;
  z-index: 8;
  background-size: 13.6667rem;
}
.footer .foot-top {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.footer .logo {
  width: 6rem;
  flex-shrink: 0;
  margin-bottom: 0.6667rem;
  display: block;
}
.footer .logo img {
  width: 100%;
}
.footer .foot-contact .item {
  color: #fff;
  margin-bottom: 0.5rem;
}
.footer .foot-contact .item:first-child .text2 {
  font-size: 0.5rem;
  font-family: BebasNeue, Alibaba_PuHuiTi_Regular;
}
.footer .foot-contact .text1 {
  font-size: 0.2333rem;
  color: rgba(255, 255, 255, 0.4);
  line-height: 1;
  font-family: "Alibaba_PuHuiTi_Regular";
  margin-bottom: 0.1667rem;
}
.footer .foot-contact .text2 {
  font-size: 0.3333rem;
  line-height: 1;
  font-family: Alibaba_PuHuiTi_Regular;
}
.footer .foot-share {
  display: flex;
  align-items: flex-start;
}
.footer .foot-share .share-item {
  display: block;
  position: relative;
  margin-right: 0.4167rem;
}
.footer .foot-share .share-item:hover .qr {
  opacity: 1;
  visibility: visible;
}
.footer .foot-share .share-item:hover .icon {
  background-color: rgba(255, 255, 255, 0.2);
}
.footer .foot-share .share-item:last-child {
  margin-right: 0;
}
.footer .foot-share .icon {
  width: 1.3333rem;
  height: 1.3333rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 100%;
  transition: all 0.4s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .foot-share .icon img {
  width: 0.5rem;
}
.footer .foot-share .qr {
  width: 3rem;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 0.3333rem;
  transition: all 0.4s;
  opacity: 0;
  visibility: hidden;
}
.footer .foot-share .qr:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 0.1667rem solid transparent;
  border-right: 0.1667rem solid transparent;
  border-bottom: 0.1667rem solid #fff;
  margin-left: auto;
  margin-right: auto;
}
.footer .foot-share .qr-img {
  background-color: #fff;
}
.footer .foot-share .qr-text {
  margin-top: 0.25rem;
  font-size: 0.3333rem;
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  font-family: "Alibaba_PuHuiTi_Regular";
}
.footer .foot-navbar {
  margin-top: 1rem;
  padding-top: 0.9167rem;
  padding-right: 1.8333rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer .foot-navbar > ul {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.footer .foot-navbar > ul > li > a {
  display: block;
  font-size: 0.4rem;
  color: #fff;
  line-height: 1.1;
  font-family: "Alibaba_PuHuiTi_Regular";
  margin-bottom: 0.4167rem;
}
.footer .foot-navbar > ul > li > ul > li > a {
  font-size: 0.3333rem;
  color: rgba(255, 255, 255, 0.4);
  line-height: 1.2;
  display: block;
  margin-bottom: 0.0833rem;
  font-family: "Alibaba_PuHuiTi_Regular";
}
.footer .foot-navbar > ul > li > ul > li > a:hover {
  color: #fff;
  text-decoration: underline;
}
.footer .top-btn {
  width: 2.3333rem;
  height: 0.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1.6667rem;
  color: #fff;
  font-size: 0.2667rem;
  background-color: rgba(255, 255, 255, 0.1);
  margin-top: 2.8333rem;
  margin-right: 0;
  margin-left: auto;
  cursor: pointer;
  transition: all 0.4s;
  user-select: none;
}
.footer .top-btn:hover {
  background-color: #fff;
  color: #cf3b1b;
}
.footer .copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 0.4167rem;
  padding-top: 0.3333rem;
  padding-bottom: 0.3333rem;
}
.footer .copyright a {
  color: inherit;
  font-size: inherit;
}
.footer .copyright .text1 {
  font-size: 0.2667rem;
  color: rgba(255, 255, 255, 0.4);
  font-family: "Alibaba_PuHuiTi_Regular";
}
.footer .copyright .support {
  font-size: 0.2667rem;
  color: rgba(255, 255, 255, 0.06);
  font-family: "Alibaba_PuHuiTi_Regular";
}
@media screen and (min-width: 750px) {
  .footer .copyright {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media screen and (max-width: 749px) {
  .footer {
    background-size: 50%;
    padding-top: 40px;
  }
  .footer .foot-top {
    display: block;
  }
  .footer .logo {
    width: 200px;
    flex-shrink: 0;
    margin-bottom: 20px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .footer .logo img {
    width: 100%;
  }
  .footer .foot-contact .item {
    margin-bottom: 20px;
  }
  .footer .foot-contact .item:first-child .text2 {
    font-size: 24px;
  }
  .footer .foot-contact .text1 {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .footer .foot-contact .text2 {
    font-size: 16px;
  }
  .footer .foot-share .share-item {
    display: block;
    margin-right: 10px;
  }
  .footer .foot-share .icon {
    width: 50px;
    height: 50px;
    border: 1px solid rgba(255, 255, 255, 0.1);
  }
  .footer .foot-share .icon img {
    width: 20px;
  }
  .footer .foot-share .qr {
    width: 100px;
    top: 100%;
    left: 0;
    transform: translateX(0);
    padding-top: 10px;
  }
  .footer .foot-share .qr:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
    margin-left: 15px;
    margin-right: auto;
  }
  .footer .foot-share .qr-text {
    margin-top: 0;
    font-size: 12px;
    background: #fff;
    color: #cf3b1b;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .footer .foot-navbar {
    margin-top: 30px;
    padding-top: 30px;
    padding-right: 0;
  }
  .footer .foot-navbar > ul {
    display: block;
  }
  .footer .foot-navbar > ul > li {
    margin-bottom: 30px;
  }
  .footer .foot-navbar > ul > li:last-child {
    margin-bottom: 0;
  }
  .footer .foot-navbar > ul > li > a {
    display: block;
    font-size: 18px;
    margin-bottom: 20px;
  }
  .footer .foot-navbar > ul > li > ul {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .footer .foot-navbar > ul > li > ul > li {
    width: 32%;
  }
  .footer .foot-navbar > ul > li > ul > li:nth-child(3n-1) {
    margin-right: 2%;
  }
  .footer .foot-navbar > ul > li > ul > li:nth-child(3) ~ li {
    margin-top: 2%;
  }
  .footer .foot-navbar > ul > li > ul > li > a {
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 0;
  }
  .footer .foot-navbar > ul > li > ul > li > a:hover {
    color: #fff;
    text-decoration: underline;
  }
  .footer .top-btn {
    width: 100px;
    height: 30px;
    font-size: 12px;
    margin-top: 50px;
  }
  .footer .copyright {
    margin-top: 25px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    line-height: 1.8;
  }
  .footer .copyright .text1 {
    font-size: 12px;
  }
  .footer .copyright .support {
    font-size: 12px;
  }
}
/* ==================== 底部样式 End ==================== */
/* ==================== 轮播图 Start ==================== */
.index-banner {
  position: relative;
}
.index-banner .mxw-box {
  position: relative;
}
.index-banner .item {
  display: block;
  position: relative;
}
.index-banner .bg-image {
  width: 100%;
}
.index-banner .info {
  position: absolute;
  z-index: 3;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
}
.index-banner .info .text1 {
  line-height: 1.2;
  font-size: 0.4rem;
  color: #fff;
  background: linear-gradient(to bottom, #DA4625, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0.1667rem;
  font-family: "Montserrat-Light";
}
.index-banner .info .text2 {
  line-height: 1.2;
  font-size: 1rem;
  color: #fff;
  background: linear-gradient(to bottom, #DA4625, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Alibaba_PuHuiTi_Bold";
}
.index-banner .info .text2 p {
  background: linear-gradient(to bottom, #DA4625, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: inherit;
}
.index-banner .index-btn {
  margin-top: 1rem;
}
.index-banner .swiper-button-prev,
.index-banner .swiper-button-next {
  width: 0.67rem;
  height: 1.33rem;
  background-color: rgba(255, 255, 255, 0.2);
  z-index: 12;
}
.index-banner .swiper-button-prev.swiper-button-disabled,
.index-banner .swiper-button-next.swiper-button-disabled {
  display: none;
}
.index-banner .swiper-button-prev:after,
.index-banner .swiper-button-next:after {
  color: #fff;
  font-size: 0.27rem;
}
.index-banner .swiper-button-prev {
  left: 0.6667rem;
}
.index-banner .swiper-button-next {
  right: 0.6667rem;
}
.index-banner .down-btn {
  position: absolute;
  bottom: 1.3333rem;
  right: 0;
  width: 100%;
  z-index: 3;
}
.index-banner .down-btn .mxw-box {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.index-banner .down-btn .swiper-pagination {
  position: static;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  padding: 5px 10px;
}
.index-banner .down-btn .swiper-pagination .swiper-pagination-bullet {
  width: 0.25rem;
  height: 0.25rem;
  background-color: #fff;
  opacity: 1;
  margin-right: 0.1667rem;
  margin-left: 0.1667rem;
}
.index-banner .down-btn .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #cf3b1b;
}
.index-banner .down-btn .content {
  margin-right: -1.3333rem;
  animation: jump 1s infinite ease-in-out alternate;
}
@keyframes jump {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0.1667rem);
  }
}
.index-banner .down-btn .text {
  font-size: 0.2333rem;
  color: rgba(255, 255, 255, 0.6);
  font-family: "Alibaba_PuHuiTi_Regular";
  writing-mode: vertical-rl;
  line-height: 1;
  text-align: center;
  padding-left: 0.0367rem;
}
.index-banner .down-btn .icon {
  width: 0.3333rem;
  height: 0.3333rem;
  border-radius: 100%;
  border: 0.0167rem solid rgba(255, 255, 255, 0.2);
  position: relative;
  margin-top: 0.3333rem;
}
.index-banner .down-btn .icon:before {
  content: "";
  display: block;
  width: 0.0667rem;
  height: 0.0667rem;
  background-color: #fff;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 749px) {
  .index-banner .info .text1 {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .index-banner .info .text2 {
    font-size: 18px;
  }
  .index-banner .index-btn {
    margin-top: 20px;
  }
  .index-banner .swiper-button-prev,
  .index-banner .swiper-button-next {
    width: 20px;
    height: 50px;
  }
  .index-banner .swiper-button-prev:after,
  .index-banner .swiper-button-next:after {
    font-size: 12px;
  }
  .index-banner .swiper-button-prev {
    left: 20px;
  }
  .index-banner .swiper-button-next {
    right: 20px;
  }
  .index-banner .down-btn {
    bottom: 10px;
  }
  .index-banner .down-btn .swiper-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin-right: 5px;
  }
  .index-banner .down-btn .content {
    margin-right: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    animation: inherit;
  }
  .index-banner .down-btn .text {
    font-size: 12px;
    padding-right: 4px;
    writing-mode: inherit;
  }
  .index-banner .down-btn .icon {
    width: 16px;
    height: 16px;
    margin-top: 0;
    margin-left: 10px;
  }
  .index-banner .down-btn .icon:before {
    width: 4px;
    height: 4px;
  }
}
/* ==================== 轮播图 Start ==================== */
/* ==================== 滤镜白色 Start ==================== */
.filter-white,
.footer .logo,
.product-desc-section1 .right-body .more-btn:hover .icon {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
/* ==================== 滤镜白色 End ==================== */
/* ==================== 箭头 Start ==================== */
.arrow-style {
  display: inline-block;
  border-top: 1px solid;
  border-right: 1px solid;
  color: inherit;
  transform: rotate(45deg) translateY(-0.5em);
  width: 1em;
  height: 1em;
  margin-left: 1em;
}
/* ==================== 箭头 End ==================== */
/* ==================== 通用背景样式 Start ==================== */
.full-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
/* ==================== 通用背景样式 End ==================== */
/* ==================== 在1920下图片保持最小1920p Start ==================== */
.mxw-full-img {
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 1903px) {
  .mxw-full-img {
    min-width: 1920px;
  }
}
/* ==================== 在1920下图片保持最小1920p End ==================== */
/* ==================== 通用分页 Start ==================== */
.mxw-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 1.5rem;
}
.mxw-pagination > a {
  min-width: 1rem;
  padding-left: 0.4167rem;
  padding-right: 0.4167rem;
  height: 1rem;
  background-color: #F0F0F0;
  margin: 0.0833rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  font-size: 0.27rem;
  font-family: "Montserrat-Light";
  transition: all 0.4s;
  color: rgba(0, 0, 0, 0.6);
  flex-shrink: 0;
}
.mxw-pagination > a.prev,
.mxw-pagination > a.next {
  width: 1.6667rem;
}
.mxw-pagination > a:hover,
.mxw-pagination > a.active {
  background-color: #cf3b1b !important;
  color: #fff;
}
@media screen and (max-width: 749px) {
  .mxw-pagination {
    margin-top: 0.67rem;
  }
  .mxw-pagination > a {
    height: auto;
    padding: 0.1rem 0.17rem;
    min-width: auto;
    font-size: 0.2rem;
  }
  .mxw-pagination > a.prev,
  .mxw-pagination > a.next {
    width: auto;
  }
}
/* ==================== 通用分页 End ==================== */
/* ==================== 通用图帧滚动等待加载动画 Start ==================== */
.mxw-loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}
.mxw-loading .mxw-progress-bar {
  width: 0;
  height: 3px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  color: #fff;
  font-size: 12px;
}
.mxw-loading .mxw-progress-bar span {
  position: absolute;
  right: 0;
  top: 0;
  transform: translateY(-100%);
}
/* ==================== 通用图帧滚动等待加载动画 End ==================== */
/* ==================== 通用向下滑动按钮 Start ==================== */
.scroll-btn {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
}
.scroll-btn .icon {
  position: relative;
  width: 24px;
  height: 42px;
  background: #79a2fd -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, transparent), color-stop(50%, #fff), to(#fff));
  background: #79a2fd -webkit-linear-gradient(transparent, transparent 50%, #fff 0, #fff);
  background: #79a2fd linear-gradient(transparent, transparent 50%, #fff 0, #fff);
  background-size: 100% 200%;
  border-radius: 100.2px;
  -webkit-animation: animate1 10s linear infinite, animate2 10s ease-out infinite;
  animation: animate1 10s linear infinite, animate2 10s ease-out infinite;
  margin-left: auto;
  margin-right: auto;
}
.scroll-btn .icon:before,
.scroll-btn .icon:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.scroll-btn .icon:before {
  width: 22px;
  height: 40px;
  background-color: #00467f;
  border-radius: 100.2px;
}
.scroll-btn .icon:after {
  width: 4px;
  height: 4px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: animate5 10s linear infinite;
  animation: animate5 10s linear infinite;
}
.scroll-btn .text {
  margin-top: 12px;
  margin-bottom: 0;
  color: #fff;
  font-size: 12px;
  letter-spacing: 2px;
  -webkit-animation: animate3 10s ease-out infinite, animate4 10s ease-out infinite;
  animation: animate3 10s ease-out infinite, animate4 10s ease-out infinite;
}
@keyframes animate1 {
  0% {
    background-position: 0 100%;
  }
  20% {
    background-position: 0 0;
  }
  21% {
    background-color: #79a2fd;
  }
  29.99% {
    background-color: #fff;
    background-position: 0 0;
  }
  30% {
    background-color: #79a2fd;
    background-position: 0 100%;
  }
  50% {
    background-position: 0 0;
  }
  51% {
    background-color: #79a2fd;
  }
  59% {
    background-color: #fff;
    background-position: 0 0;
  }
  60% {
    background-color: #79a2fd;
    background-position: 0 100%;
  }
  80% {
    background-position: 0 0;
  }
  81% {
    background-color: #79a2fd;
  }
  90%,
  to {
    background-color: #fff;
  }
}
@keyframes animate2 {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  30% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  60% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  80% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  90% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes animate3 {
  21% {
    color: #79a2fd;
  }
  30% {
    color: #fff;
  }
  51% {
    color: #79a2fd;
  }
  60% {
    color: #fff;
  }
  81% {
    color: #79a2fd;
  }
  90% {
    color: #fff;
  }
}
@keyframes animate4 {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
  30% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
  60% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  80% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
  90% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes animate5 {
  0% {
    -webkit-transform: scale(1) translateY(-10px);
    transform: scale(1) translateY(-10px);
    opacity: 1;
  }
  6% {
    -webkit-transform: scale(0.9) translateY(3px);
    transform: scale(0.9) translateY(3px);
    opacity: 1;
  }
  14% {
    -webkit-transform: scale(0.4) translateY(20px);
    transform: scale(0.4) translateY(20px);
    opacity: 0;
  }
  15%,
  19% {
    -webkit-transform: scale(0.4) translateY(-10px);
    transform: scale(0.4) translateY(-10px);
    opacity: 0;
  }
  28%,
  29.99% {
    -webkit-transform: scale(1) translateY(-10px);
    transform: scale(1) translateY(-10px);
    opacity: 1;
  }
  30% {
    -webkit-transform: scale(1) translateY(-10px);
    transform: scale(1) translateY(-10px);
    opacity: 1;
  }
  36% {
    -webkit-transform: scale(0.9) translateY(2px);
    transform: scale(0.9) translateY(2px);
    opacity: 1;
  }
  44% {
    -webkit-transform: scale(0.4) translateY(20px);
    transform: scale(0.4) translateY(20px);
    opacity: 0;
  }
  45%,
  49% {
    -webkit-transform: scale(0.4) translateY(-20px);
    transform: scale(0.4) translateY(-20px);
    opacity: 0;
  }
  58%,
  59.99% {
    -webkit-transform: scale(1) translateY(-10px);
    transform: scale(1) translateY(-10px);
    opacity: 1;
  }
  60% {
    -webkit-transform: scale(1) translateY(-20px);
    transform: scale(1) translateY(-20px);
    opacity: 1;
  }
  66% {
    -webkit-transform: scale(0.9) translateY(2px);
    transform: scale(0.9) translateY(2px);
    opacity: 1;
  }
  74% {
    -webkit-transform: scale(0.4) translateY(20px);
    transform: scale(0.4) translateY(20px);
    opacity: 0;
  }
  75%,
  79% {
    -webkit-transform: scale(0.4) translateY(-10px);
    transform: scale(0.4) translateY(-10px);
    opacity: 0;
  }
  88%,
  to {
    -webkit-transform: scale(1) translateY(-10px);
    transform: scale(1) translateY(-10px);
    opacity: 1;
  }
}
/* ==================== 通用向下滑动按钮 End ==================== */
/* ==================== 通用 - 内页Banner Start ==================== */
.ny-banner {
  overflow: hidden;
  z-index: 1;
  position: relative;
}
.ny-banner iframe,
.ny-banner .banner-ani2,
.ny-banner .banner-ani3,
.ny-banner .banner-ani4,
.ny-banner .banner-ani5,
.ny-banner .banner-ani6,
.ny-banner canvas {
  width: 100%;
  height: 26.042vw;
  display: block;
}
.ny-banner img {
  width: 100%;
}
.ny-banner .bg-image {
  overflow: hidden;
}
.ny-banner .info {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 1.8333rem;
  z-index: 10;
  color: #fff;
}
.ny-banner .info .text1 {
  font-size: 0.6667rem;
  line-height: 1;
  margin-bottom: 0.1667rem;
}
.ny-banner .info .text2 {
  font-size: 0.3rem;
  line-height: 1;
  opacity: 0.2;
  font-family: "Montserrat-Regular";
}
.ny-banner .info .text3 {
  font-size: 0.8333rem;
  color: #fff;
  font-family: "Montserrat-Regular";
  line-height: 1;
}
.ny-banner .banner-ani2 {
  /* background-color: black; */
  background: radial-gradient(#140502, #270901);
  position: relative;
  width: 100%;
  display: grid;
  place-items: center center;
  overflow: hidden;
  --perspective: 100px;
  -webkit-perspective: var(--perspective);
  perspective: var(--perspective);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.ny-banner .banner-ani2:after {
  display: block;
  content: '';
  grid-area: 1 / 1;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(45deg, #D43F21, #B52201, #B52201), linear-gradient(to right, #008aff, transparent, #e10019), linear-gradient(to bottom, green, cyan, purple);
  mix-blend-mode: overlay;
}
.ny-banner .banner-ani2 time {
  grid-area: 1 / 1;
  width: 100px;
  height: 100px;
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  will-change: transform;
  background-color: #B52201;
  box-shadow: 0 0 0.5rem #B52201, 0 0 1rem #B52201;
}
.ny-banner .banner-ani3 {
  background-color: #1E0602;
}
.ny-banner .banner-ani4 {
  position: relative;
  overflow: hidden;
  display: block;
}
.ny-banner .banner-ani4 img {
  animation: banner-ani4 20s linear infinite;
}
.ny-banner .video {
  position: relative;
  width: 100%;
  height: 28.646vw;
}
.ny-banner .video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
}
.ny-banner .video.video1 {
  filter: hue-rotate(150deg);
  -webkit-filter: hue-rotate(150deg);
}
.ny-banner .video.video2 {
  filter: hue-rotate(170deg);
  -webkit-filter: hue-rotate(170deg);
}
@keyframes banner-ani4 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-50%);
  }
}
@supports (-moz-transition: all) {
  .banner-ani2 time {
    box-shadow: 0 0 0.5rem #B52201;
  }
}
@media screen and (min-width: 1920px) {
  .ny-banner iframe,
  .ny-banner .banner-ani2,
  .ny-banner .banner-ani3,
  .ny-banner .banner-ani4,
  .ny-banner .banner-ani5,
  .ny-banner .banner-ani6,
  .ny-banner .video,
  .ny-banner canvas {
    height: 550px;
  }
}
@media screen and (max-width: 749px) {
  .ny-banner .info {
    left: 0;
    bottom: 20px;
  }
  .ny-banner .info .text1 {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .ny-banner .info .text2 {
    font-size: 12px;
  }
  .ny-banner iframe {
    height: 400px;
  }
  .ny-banner .banner-ani2,
  .ny-banner .banner-ani3,
  .ny-banner .banner-ani4,
  .ny-banner .banner-ani6,
  .ny-banner .video,
  .ny-banner canvas {
    height: 200px;
  }
}
/* ==================== 通用 - 内页Banner End ==================== */
/* ==================== 通用 - 面包屑 Start ==================== */
.bread-crumbs {
  padding-top: 0.4167rem;
  padding-bottom: 0.4167rem;
  background-color: #fff;
  font-family: "Alibaba_PuHuiTi_Regular";
  border-bottom: 1px solid #E5E5E5;
}
.bread-crumbs .mxw-box {
  font-size: 0.27rem;
  font-family: "Alibaba_PuHuiTi_Regular";
  color: #acacac;
}
.bread-crumbs .iconfont {
  margin-right: 0.1667rem;
  font-size: 0.3333rem;
  vertical-align: middle;
}
.bread-crumbs a {
  font-size: 0.27rem;
  color: #acacac;
  line-height: 1;
  transition: color 0.4s;
  font-family: "Alibaba_PuHuiTi_Regular";
}
.bread-crumbs a.active,
.bread-crumbs a:hover {
  color: #cf3b1b;
}
.bread-crumbs a:last-child:after {
  display: none;
}
@media screen and (max-width: 749px) {
  .bread-crumbs {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .bread-crumbs .mxw-box {
    font-size: 12px;
  }
  .bread-crumbs a {
    font-size: 12px;
  }
}
/* ==================== 通用 - 面包屑 End ==================== */
/* ==================== 第三方分享平台样式定义 Start ==================== */
.bsBox {
  box-sizing: content-box;
}
.bsBox * {
  box-sizing: content-box;
}
/* ==================== 第三方分享平台样式定义 End ==================== */
/* ==================== 通用 - 内页分类 Start ==================== */
.ny-category {
  background-color: #ffffff;
  border-bottom: 1px solid #E5E5E5;
  z-index: 99;
}
.ny-category.sticky {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 12;
}
.ny-category.ny-category2 .mxw-box {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.ny-category.ny-category2 .bread-crumbs {
  border-bottom: 0;
}
.ny-category .itembox {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.ny-category .item {
  display: block;
  color: #717473;
  font-family: "Alibaba_PuHuiTi_Regular";
  position: relative;
  transition: color 0.4s;
  font-size: 0.3rem;
  margin-right: 1rem;
}
.ny-category .item:last-child {
  margin-right: 0;
}
.ny-category .item::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 0;
  background-color: #cf3b1b;
}
.ny-category .item.active {
  color: #cf3b1b;
}
.ny-category .item.active:after {
  width: 100%;
}
.ny-category .item:last-child {
  margin-right: 0;
}
@media screen and (min-width: 750px) {
  .ny-category .item {
    height: 1.33rem;
    line-height: 1.33rem;
  }
}
@media screen and (max-width: 749px) {
  .ny-category.sticky {
    top: 50px;
  }
  .ny-category.ny-category2 .mxw-box {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .ny-category.ny-category2 .itembox {
    width: 100%;
  }
  .ny-category.ny-category2 .bread-crumbs {
    border-bottom: 0;
    width: 100%;
  }
  .ny-category .item {
    width: 32%;
    padding: 13.8px 0;
    margin-right: 0;
    font-size: 13.8px;
    text-align: center;
  }
  .ny-category .item:nth-child(3n-1) {
    margin-left: 2%;
    margin-right: 2%;
  }
  .ny-category .item::after {
    height: 2px;
  }
}
/* ==================== 通用 - 内页分类 End ==================== */
/* ==================== 通用 - 选择语言弹窗 Start ==================== */
.select-language {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
}
.select-language.active {
  visibility: visible;
  opacity: 1;
}
.select-language .content {
  width: 13.33rem;
  background-color: #fff;
  padding: 1rem 0.83rem;
  position: relative;
}
.select-language .content .close {
  position: absolute;
  top: 0.33rem;
  right: 0.33rem;
  width: 0.23rem;
  height: 0.23rem;
  transition: all 0.4s;
  cursor: pointer;
  transform: rotate(45deg);
}
.select-language .content .close:before,
.select-language .content .close:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #000;
  opacity: 0.5;
}
.select-language .content .close:before {
  width: 1px;
  height: 100%;
}
.select-language .content .close:after {
  width: 100%;
  height: 1px;
}
.select-language .content .close:hover {
  transform: rotate(135deg);
  opacity: 1;
}
.select-language .title {
  font-size: 0.3rem;
  color: #333;
  line-height: 1;
  font-family: "Montserrat-Light";
}
.select-language .list {
  margin-top: 0.5rem;
  background-color: #f5f5f5;
  padding: 0.5rem;
  display: flex;
  flex-wrap: wrap;
}
.select-language .list-item {
  width: 48%;
  background-color: #fff;
  padding: 0.25rem 0.5rem;
  font-size: 0.23rem;
  color: #999;
  line-height: 1;
  font-family: "Montserrat-Light";
  transition: all 0.4s;
}
.select-language .list-item:hover {
  background-color: rgba(0, 70, 127, 0.1);
}
.select-language .list-item.active {
  background-color: #cf3b1b;
  color: #fff;
}
.select-language .list-item:nth-child(2n) {
  margin-left: 4%;
}
.select-language .list-item:nth-child(2) ~ .list-item {
  margin-top: 2%;
}
/* ==================== 通用 - 选择语言弹窗 End ==================== */
/* ==================== 通用3d加载中动画 Start ==================== */
.common-model-load {
  padding-top: 0.67rem;
}
.common-model-load .load-itembox {
  width: 1.33rem;
  height: 1.33rem;
  margin: 0.67rem auto;
  transition: all 3s;
  position: relative;
  animation: rotate_animate 3s ease infinite;
  animation-delay: 0.8s;
  transform-style: preserve-3d;
  transform: rotateX(-37.5deg) rotateY(405deg);
}
.common-model-load .load-item {
  width: 1.33rem;
  height: 1.33rem;
  border: 0.05rem solid #fff;
  position: absolute;
  background-color: rgba(102, 102, 102, 0.5);
}
.common-model-load .load-item:nth-of-type(1) {
  transform: rotateY(90deg) translateZ(-0.67rem);
}
.common-model-load .load-item:nth-of-type(2) {
  transform: rotateY(90deg) translateZ(0.67rem);
}
.common-model-load .load-item:nth-of-type(3) {
  transform: rotateX(90deg) translateZ(0.67rem);
}
.common-model-load .load-item:nth-of-type(4) {
  transform: rotateX(90deg) translateZ(-0.67rem);
}
.common-model-load .load-item:nth-of-type(5) {
  transform: translateZ(0.67rem);
}
.common-model-load .load-item:nth-of-type(6) {
  transform: translateZ(-0.67rem);
}
.common-model-load .load-content {
  margin-left: auto;
  margin-right: auto;
  max-width: 3.33rem;
}
.common-model-load .load-text {
  color: #fff;
  font-size: 0.27rem;
  line-height: 1.2;
  font-weight: 600;
  text-align: center;
}
.common-model-load .load-progress {
  position: relative;
  background-color: #fff;
  border-radius: 1.67rem;
  height: 0.05rem;
  width: 0;
  max-width: 100%;
  margin-bottom: 0.17rem;
}
@keyframes rotate_animate {
  0% {
    transform: rotateX(-37.5deg) rotateY(45deg);
  }
  50% {
    transform: rotateX(-37.5deg) rotateY(405deg);
  }
  to {
    transform: rotateX(-37.5deg) rotateY(405deg);
  }
}
@media screen and (max-width: 749px) {
  .common-model-load {
    padding-top: 0.33rem;
  }
  .common-model-load .load-itembox {
    width: 0.67rem;
    height: 0.67rem;
    margin: 0.33rem auto;
    transition: all 3s;
    position: relative;
    animation: rotate_animate 3s ease infinite;
    animation-delay: 0.8s;
    transform-style: preserve-3d;
    transform: rotateX(-37.5deg) rotateY(405deg);
  }
  .common-model-load .load-item {
    width: 0.67rem;
    height: 0.67rem;
    border: 0.03rem solid #fff;
  }
  .common-model-load .load-item:nth-of-type(1) {
    transform: rotateY(90deg) translateZ(-0.33rem);
  }
  .common-model-load .load-item:nth-of-type(2) {
    transform: rotateY(90deg) translateZ(0.33rem);
  }
  .common-model-load .load-item:nth-of-type(3) {
    transform: rotateX(90deg) translateZ(0.33rem);
  }
  .common-model-load .load-item:nth-of-type(4) {
    transform: rotateX(90deg) translateZ(-0.33rem);
  }
  .common-model-load .load-item:nth-of-type(5) {
    transform: translateZ(0.33rem);
  }
  .common-model-load .load-item:nth-of-type(6) {
    transform: translateZ(-0.33rem);
  }
  .common-model-load .load-text {
    font-size: 0.2rem;
  }
}
/* ==================== 通用3d加载中动画 End ==================== */
/* ==================== layui主题色修改 Start ==================== */
.layui-form-radio:hover *,
.layui-form-radioed,
.layui-form-radioed > i {
  color: #cf3b1b !important;
}
.layui-form-checked[lay-skin=primary] i,
.layui-form-checkbox[lay-skin=primary]:hover i,
.layui-form-danger + .layui-form-select .layui-input,
.layui-form-danger:focus {
  border-color: #cf3b1b !important;
}
.layui-form-checked[lay-skin=primary] i,
.layui-form-select dl dd.layui-this,
.layui-btn {
  background-color: #cf3b1b !important;
}
.layui-form-select dl {
  top: 100% !important;
}
/* ==================== layui主题色修改 End ==================== */
/* ==================== 移动端 通用滑动表格提示 Start ==================== */
@media screen and (max-width: 749px) {
  .common-table-tip {
    font-size: 0.2rem;
    color: #888;
    text-align: center;
    padding: 0.17rem 0;
    background-color: #f5f5f5;
  }
}
/* ==================== 移动端 通用滑动表格提示 End ==================== */
/* ==================== 通用图片加载动画 Start ==================== */
.img-load {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
}
.img-load.hide {
  display: none;
}
.img-load .text {
  font-size: 14px;
  margin-right: 20px;
}
.img-load .icon {
  width: 20px;
  height: 20px;
  border: 2px solid #000;
  border-top-color: transparent;
  border-radius: 100%;
  animation: imgLoading infinite 0.75s linear;
}
@keyframes imgLoading {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* ==================== 通用图片加载动画 End ==================== */
/* ==================== 侧边栏搜索弹窗 Start ==================== */
.search-menus {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
  display: flex;
  justify-content: flex-end;
  z-index: 99;
  overflow: hidden;
}
.search-menus .menus-box {
  width: 7.33rem;
  background-color: #fff;
  transform: translateX(100%);
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
  padding: 2.1rem 0.9rem 0.5rem;
  height: 100%;
  margin-right: 0;
  margin-left: auto;
}
.search-menus.active {
  opacity: 1;
  visibility: visible;
}
.search-menus.active .menus-box {
  transform: translateX(0);
  visibility: visible;
  opacity: 1;
}
.search-menus .close {
  position: absolute;
  top: 0.33rem;
  right: 0.33rem;
  width: 0.23rem;
  height: 0.23rem;
  transition: all 0.4s;
  cursor: pointer;
  transform: rotate(45deg);
}
.search-menus .close:before,
.search-menus .close:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #000;
  opacity: 0.5;
}
.search-menus .close:before {
  width: 1px;
  height: 100%;
}
.search-menus .close:after {
  width: 100%;
  height: 1px;
}
.search-menus .close:hover {
  transform: rotate(135deg);
  opacity: 1;
}
.search-menus form {
  padding-left: 0.33rem;
  padding-right: 0.33rem;
  background-color: #eee;
  border-radius: 1.67rem;
  display: flex;
}
.search-menus form input {
  height: 0.77rem;
  line-height: 0.77rem;
  min-width: 0;
  flex-grow: 1;
  padding-right: 0.33rem;
  font-size: 0.23rem;
  color: #000;
}
.search-menus form input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.search-menus form input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.search-menus form input:-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.search-menus form input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.search-menus form button {
  font-size: 0.2rem;
  flex-shrink: 0;
}
.search-menus form button img {
  width: 0.33rem;
}
.search-menus .keyword {
  display: block;
  margin-top: 1rem;
}
.search-menus .text {
  font-size: 0.4rem;
  color: #cf3b1b;
  line-height: 1;
  margin-bottom: 0.5rem;
}
.search-menus .item {
  display: block;
  background-color: #f8f8f8;
  border-radius: 1.67rem;
  padding: 0.17rem 0.33rem;
  font-size: 0.22rem;
  color: #666;
  line-height: 1.4;
  transition: all 0.4s;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-menus .item:nth-child(2) ~ .item {
  margin-top: 0.3rem;
}
.search-menus .item:hover {
  color: #fff;
  background-color: #cf3b1b;
}
/* ==================== 侧边栏搜索弹窗 End ==================== */
/* ==================== 置顶按钮 Start ==================== */
.goto-top {
  position: fixed;
  right: 1.17rem;
  bottom: 20%;
  font-size: 0.6rem;
  background-color: #cf3b1b;
  z-index: 11;
  width: 1.17rem;
  height: 1.17rem;
  border-radius: 100%;
  cursor: pointer;
  transition: all 0.4s;
  opacity: 0;
  visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.goto-top .iconfont {
  font-size: inherit;
}
.goto-top.show {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 749px) {
  .goto-top {
    right: 15px;
    bottom: 5%;
    width: 40.2px;
    height: 40.2px;
    font-size: 18px;
  }
}
/* ==================== 置顶按钮 End ==================== */
/* ==================== 通用3d加载中动画 Start ==================== */
.common-model-load {
  padding-top: 0.67rem;
}
.common-model-load .load-itembox {
  width: 1.33rem;
  height: 1.33rem;
  margin: 0.67rem auto;
  transition: all 3s;
  position: relative;
  animation: rotate_animate 3s ease infinite;
  animation-delay: 0.8s;
  transform-style: preserve-3d;
  transform: rotateX(-37.5deg) rotateY(405deg);
}
.common-model-load .load-item {
  width: 1.33rem;
  height: 1.33rem;
  border: 0.05rem solid #fff;
  position: absolute;
  background-color: rgba(102, 102, 102, 0.5);
}
.common-model-load .load-item:nth-of-type(1) {
  transform: rotateY(90deg) translateZ(-0.67rem);
}
.common-model-load .load-item:nth-of-type(2) {
  transform: rotateY(90deg) translateZ(0.67rem);
}
.common-model-load .load-item:nth-of-type(3) {
  transform: rotateX(90deg) translateZ(0.67rem);
}
.common-model-load .load-item:nth-of-type(4) {
  transform: rotateX(90deg) translateZ(-0.67rem);
}
.common-model-load .load-item:nth-of-type(5) {
  transform: translateZ(0.67rem);
}
.common-model-load .load-item:nth-of-type(6) {
  transform: translateZ(-0.67rem);
}
.common-model-load .load-content {
  margin-left: auto;
  margin-right: auto;
  max-width: 3.33rem;
}
.common-model-load .load-text {
  color: #fff;
  font-size: 0.27rem;
  line-height: 1.2;
  font-weight: 600;
  text-align: center;
}
.common-model-load .load-progress {
  position: relative;
  background-color: #fff;
  border-radius: 1.67rem;
  height: 0.05rem;
  width: 0;
  max-width: 100%;
  margin-bottom: 0.17rem;
}
@keyframes rotate_animate {
  0% {
    transform: rotateX(-37.5deg) rotateY(45deg);
  }
  50% {
    transform: rotateX(-37.5deg) rotateY(405deg);
  }
  to {
    transform: rotateX(-37.5deg) rotateY(405deg);
  }
}
@media screen and (max-width: 749px) {
  .common-model-load {
    padding-top: 19.8px;
  }
  .common-model-load .load-itembox {
    width: 40.2px;
    height: 40.2px;
    margin: 19.8px auto;
    transition: all 3s;
    position: relative;
    animation: rotate_animate 3s ease infinite;
    animation-delay: 0.8s;
    transform-style: preserve-3d;
    transform: rotateX(-37.5deg) rotateY(405deg);
  }
  .common-model-load .load-item {
    width: 40.2px;
    height: 40.2px;
    border: 1.8px solid #fff;
  }
  .common-model-load .load-item:nth-of-type(1) {
    transform: rotateY(90deg) translateZ(-19.8px);
  }
  .common-model-load .load-item:nth-of-type(2) {
    transform: rotateY(90deg) translateZ(19.8px);
  }
  .common-model-load .load-item:nth-of-type(3) {
    transform: rotateX(90deg) translateZ(19.8px);
  }
  .common-model-load .load-item:nth-of-type(4) {
    transform: rotateX(90deg) translateZ(-19.8px);
  }
  .common-model-load .load-item:nth-of-type(5) {
    transform: translateZ(19.8px);
  }
  .common-model-load .load-item:nth-of-type(6) {
    transform: translateZ(-19.8px);
  }
  .common-model-load .load-text {
    font-size: 12px;
  }
}
/* ==================== 通用3d加载中动画 End ==================== */
/* ==================== 内页 - 通用标题 Start ==================== */
.ny-title {
  font-size: 0.5rem;
  color: #000;
  text-align: center;
  font-family: Montserrat-Regular, Alibaba_PuHuiTi_Regular;
  margin-bottom: 0.75rem;
  line-height: 1;
}
.ny-title.white {
  color: #fff;
}
@media screen and (max-width: 749px) {
  .ny-title {
    font-size: 22px;
    margin-bottom: 30px;
  }
}
/* ==================== 内页 - 通用标题 End ==================== */
/* ==================== 通用swiper按钮 Start ==================== */
.swiper-button-next,
.swiper-button-prev {
  width: 1rem;
  height: 1rem;
  border-radius: 100%;
  overflow: hidden;
  background-color: #f3f3f4;
  z-index: 9;
  top: 0;
  transform: translateY(0);
  margin: 0;
  transition: all 0.4s;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  background-color: #cf3b1b;
}
.swiper-button-next:hover .iconfont,
.swiper-button-prev:hover .iconfont {
  color: #fff;
}
.swiper-button-next .iconfont,
.swiper-button-prev .iconfont {
  font-size: 0.2667rem;
  color: rgba(0, 0, 0, 0.6);
}
.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}
.swiper-button-prev {
  left: 0;
}
.swiper-button-next {
  right: 0;
}
@media screen and (max-width: 749px) {
  .swiper-button-next,
  .swiper-button-prev {
    width: 30px;
    height: 30px;
  }
  .swiper-button-next .iconfont,
  .swiper-button-prev .iconfont {
    font-size: 16px;
  }
  .swiper-button-prev {
    left: 5px;
  }
  .swiper-button-next {
    right: 5px;
  }
}
/* ==================== 通用swiper按钮 End ==================== */
/* ==================== 通用内容为空状态 Start ==================== */
.mxw-empty {
  text-align: center;
  font-size: 0.3rem;
}
@media screen and (max-width: 749px) {
  .mxw-empty {
    font-size: 14px;
  }
}
/* ==================== 通用内容为空状态 End ==================== */
/* ==================== 通用 - 首页按钮 Start ==================== */
.index-btn {
  width: 3rem;
  height: 0.9rem;
  background-color: #cf3b1b;
  border-radius: 1.6667rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.2667rem;
  font-family: "Alibaba_PuHuiTi_Regular";
}
.index-btn .iconfont {
  margin-left: 0.0833rem;
}
@media screen and (min-width: 750px) {
  .index-btn {
    transition: all 0.4s;
  }
  .index-btn:hover {
    transform: translateX(0.1667rem);
  }
}
@media screen and (max-width: 749px) {
  .index-btn {
    width: 120px;
    height: 30px;
    font-size: 12px;
  }
  .index-btn .iconfont {
    margin-left: 5px;
  }
}
/* ==================== 通用 - 首页按钮 End ==================== */
/* ==================== 首页 - 通用标题 Start ==================== */
.index-title {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  margin-bottom: 1.4167rem;
}
.index-title .text1 {
  font-size: 0.6667rem;
  color: #000;
  line-height: 1;
  font-family: "Alibaba_PuHuiTi_Regular";
}
.index-title .text1 span {
  color: #cf3b1b;
}
.index-title .text2 {
  margin-left: 0.3333rem;
  font-size: 0.3333rem;
  color: rgba(0, 0, 0, 0.2);
  line-height: 1;
  font-family: Montserrat-Regular;
}
@media screen and (max-width: 749px) {
  .index-title {
    display: block;
    margin-bottom: 30px;
    text-align: center;
  }
  .index-title .text1 {
    font-size: 26px;
  }
  .index-title .text2 {
    font-size: 14px;
    margin-left: 0;
    margin-top: 10px;
  }
}
/* ==================== 首页 - 通用标题 End ==================== */
/* ==================== 首页 - 通用头部 Start ==================== */
.index-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 1.3333rem;
}
@media screen and (min-width: 750px) {
  .index-head .index-title {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 749px) {
  .index-head {
    display: block;
    margin-bottom: 0;
  }
}
/* ==================== 首页 - 通用头部 End ==================== */
/* ==================== 首页 - 板块一 Start ==================== */
.index-section1 {
  overflow: hidden;
  background-position: right 1rem;
  background-repeat: no-repeat;
  background-color: #fff;
  background-size: 7.8333rem auto;
}
.index-section1 .body1 .mxw-box {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.index-section1 .body1 .desc {
  font-size: 0.2667rem;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.8;
  text-align: justify;
  font-family: "Alibaba_PuHuiTi_Regular";
}
.index-section1 .body1 .desc strong {
  font-weight: 400;
  color: #cf3b1b;
  font-family: "Alibaba_PuHuiTi_Regular";
}
.index-section1 .body1 .index-btn {
  margin-top: 1.1667rem;
}
.index-section1 .body1 .itembox {
  display: flex;
  flex-wrap: wrap;
}
.index-section1 .body1 .item {
  width: 49%;
  background-color: #F8F8F8;
  margin: 0.5%;
  text-align: left;
  padding: 1rem 1.5rem;
  transition: all 0.4s;
}
.index-section1 .body1 .item:hover {
  background: url(../images/img029@150x120.png) center bottom no-repeat #cf3b1b;
  background-size: auto 100%;
}
.index-section1 .body1 .item:hover .number {
  color: #fff;
}
.index-section1 .body1 .item:hover .text1 {
  color: rgba(255, 255, 255, 0.6);
}
.index-section1 .body1 .item .number {
  color: #cf3b1b;
  font-size: 0.2667rem;
}
.index-section1 .body1 .item .number span {
  margin-right: 0.1667rem;
}
.index-section1 .body1 .item .number span:nth-child(1) {
  font-size: 0.8333rem;
  line-height: 1;
  font-family: "Montserrat-Bold";
  color: inherit;
}
.index-section1 .body1 .item .number span:nth-child(2) {
  font-size: 0.4rem;
  color: inherit;
  font-family: "Alibaba_PuHuiTi_Regular";
  vertical-align: 0.3333rem;
}
.index-section1 .body1 .item .text1 {
  margin-top: 0.1667rem;
  font-size: 0.2667rem;
  font-family: "Alibaba_PuHuiTi_Regular";
  color: rgba(0, 0, 0, 0.6);
}
@keyframes ani1 {
  0% {
    -webkit-transform: perspective(41.6667rem) rotateX(0) rotateY(34deg) scale3d(1, 1, 1);
    transform: perspective(41.6667rem) rotateX(0) rotateY(34deg) scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: perspective(41.6667rem) rotateX(0) rotateY(-34deg) scale3d(1, 1, 1) translateX(-10%);
    transform: perspective(41.6667rem) rotateX(0) rotateY(-34deg) scale3d(1, 1, 1) translateX(-10%);
  }
  100% {
    -webkit-transform: perspective(41.6667rem) rotateX(0) rotateY(34deg) scale3d(1, 1, 1);
    transform: perspective(41.6667rem) rotateX(0) rotateY(34deg) scale3d(1, 1, 1);
  }
}
@keyframes ani2 {
  0% {
    left: -0.6667rem;
  }
  50% {
    left: 0.6667rem;
  }
  100% {
    left: -0.6667rem;
  }
}
.index-section1 .body2 {
  padding-bottom: 2.5rem;
}
.index-section1 .body2 .index-section1-swiper1 .swiper-slide {
  background-color: #fff;
}
.index-section1 .body2 .index-section1-swiper1 .swiper-slide .item .image.active {
  animation: ani1 2s;
}
.index-section1 .body2 .index-section1-swiper1 .swiper-slide .item .image.active:after {
  animation: ani2 2s;
}
.index-section1 .body2 .index-section1-swiper1 .swiper-slide .item .info .text1 {
  transition: all 1s;
  transform: translateX(100%);
}
.index-section1 .body2 .index-section1-swiper1 .swiper-slide .year {
  transition: all 2s;
  transform: translateX(-1.6667rem);
}
.index-section1 .body2 .index-section1-swiper1 .swiper-slide-active .year {
  transform: translateX(0);
}
.index-section1 .body2 .index-section1-swiper1 .swiper-slide-active .item .image {
  -webkit-transform: perspective(41.6667rem) rotateX(0) rotateY(34deg) scale3d(1, 1, 1);
  transform: perspective(41.6667rem) rotateX(0) rotateY(34deg) scale3d(1, 1, 1);
}
.index-section1 .body2 .index-section1-swiper1 .swiper-slide-active .item .image:after {
  left: -0.6667rem;
}
.index-section1 .body2 .index-section1-swiper1 .swiper-slide-active .item .info .text1 {
  transform: translateX(0);
}
.index-section1 .body2 .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index-section1 .body2 .item .left-item {
  position: relative;
}
.index-section1 .body2 .item .image {
  display: block;
  width: 10.3333rem;
  position: relative;
  transition: all 1.5s;
}
.index-section1 .body2 .item .image img {
  position: relative;
  z-index: 2;
}
.index-section1 .body2 .item .image::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #f8f8f8;
  position: absolute;
  top: 0;
  left: -0.6667rem;
  transition: all 0.4s;
}
.index-section1 .body2 .item .year {
  position: absolute;
  top: 1.1667rem;
  font-size: 0.6667rem;
  font-family: "Alibaba_PuHuiTi_Regular";
  color: #cf3b1b;
  line-height: 1.2;
  right: -2.5rem;
  z-index: 5;
}
.index-section1 .body2 .item .year strong {
  font-size: 1.3333rem;
  font-family: "Montserrat-Bold";
  font-weight: 400;
  line-height: 1;
  margin-right: 0.1667rem;
}
.index-section1 .body2 .item .info {
  width: 11.6667rem;
}
.index-section1 .body2 .item .info .text1 {
  font-size: 0.5rem;
  color: #000;
  line-height: 1.6;
  height: 6.4em;
  font-family: "Alibaba_PuHuiTi_Regular";
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.index-section1 .body2 .item .info .text2 {
  font-size: 4rem;
  color: #f3f3f4;
  line-height: 1.2;
  font-family: "Montserrat-Bold";
  white-space: nowrap;
  opacity: 0.6;
}
.index-section1 .body2 .bottom-body {
  margin-top: 1.3333rem;
  position: relative;
}
.index-section1 .body2 .bottom-body .mxw-box {
  position: relative;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3333rem;
}
.index-section1 .body2 .bottom-body .mxw-box:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #F0F0F0;
  position: absolute;
  top: 0.4833rem;
  left: 0;
}
.index-section1 .body2 .swiper-slide-thumb-active .item1 .icon {
  background-color: rgba(207, 59, 27, 0.15);
}
.index-section1 .body2 .swiper-slide-thumb-active .item1 .icon:after {
  background-color: #cf3b1b;
}
.index-section1 .body2 .swiper-slide-thumb-active .item1 .text1 {
  display: block;
}
.index-section1 .body2 .swiper-slide-thumb-active .item1 .text2 {
  display: none;
}
.index-section1 .body2 .item1 {
  display: block;
  cursor: pointer;
}
.index-section1 .body2 .item1 .icon {
  z-index: 2;
  width: 0.3333rem;
  height: 0.3333rem;
  background-color: rgba(0, 0, 0, 0.15);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.3333rem;
}
.index-section1 .body2 .item1 .icon:after {
  content: "";
  display: block;
  width: 40%;
  height: 40%;
  border-radius: 100%;
  background-color: #848484;
}
.index-section1 .body2 .item1 .text {
  text-align: center;
  z-index: 2;
  position: relative;
}
.index-section1 .body2 .item1 .text1,
.index-section1 .body2 .item1 .text2 {
  font-size: 0.4rem;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.1;
  font-family: "Montserrat-Regular";
}
.index-section1 .body2 .item1 .text1 {
  color: #cf3b1b;
  display: none;
}
@media screen and (min-width: 750px) {
  .index-section1 .body1 {
    padding-top: 2.8333rem;
    padding-bottom: 2.8333rem;
  }
  .index-section1 .body1 .left-body {
    width: 44%;
  }
  .index-section1 .body1 .itembox {
    width: 44%;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 749px) {
  .index-section1 {
    background-size: 30% auto;
    background-position-y: 20px;
  }
  .index-section1 .body1 {
    padding-top: 40px;
  }
  .index-section1 .body1 .mxw-box {
    display: block;
  }
  .index-section1 .body1 .desc {
    font-size: 14px;
  }
  .index-section1 .body1 .index-btn {
    margin-top: 30px;
  }
  .index-section1 .body1 .itembox {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
  }
  .index-section1 .body1 .item {
    padding: 20px;
  }
  .index-section1 .body1 .item:hover {
    background-size: 50px auto;
  }
  .index-section1 .body1 .item .number {
    font-size: 12px;
  }
  .index-section1 .body1 .item .number span {
    margin-right: 10px;
  }
  .index-section1 .body1 .item .number span:nth-child(1) {
    font-size: 30px;
  }
  .index-section1 .body1 .item .number span:nth-child(2) {
    font-size: 14px;
    vertical-align: 10px;
  }
  .index-section1 .body1 .item .text1 {
    margin-top: 5px;
    font-size: 14px;
  }
  .index-section1 .body2 {
    padding-bottom: 40px;
  }
  .index-section1 .body2 .index-section1-swiper1 .swiper-slide:hover .item .image:after {
    left: 40px;
  }
  .index-section1 .body2 .index-section1-swiper1 .swiper-slide .year {
    transform: translateX(0);
  }
  .index-section1 .body2 .index-section1-swiper1 .swiper-slide .item .image:after {
    left: 40px;
  }
  .index-section1 .body2 .index-section1-swiper1 .swiper-slide-active .item .image:after {
    left: -40px;
  }
  .index-section1 .body2 .item {
    display: block;
    padding-top: 40px;
  }
  .index-section1 .body2 .item .image {
    width: 100%;
  }
  .index-section1 .body2 .item .image::after {
    left: -40px;
  }
  .index-section1 .body2 .item .year {
    top: 20px;
    font-size: 20px;
    right: 0;
    margin-bottom: 20px;
  }
  .index-section1 .body2 .item .year strong {
    font-weight: 400;
    font-size: 30px;
    margin-right: 10px;
  }
  .index-section1 .body2 .item .info {
    width: 100%;
    margin-top: 20px;
  }
  .index-section1 .body2 .item .info .text1 {
    font-size: 18px;
  }
  .index-section1 .body2 .item .info .text2 {
    font-size: 70px;
  }
  .index-section1 .body2 .bottom-body {
    margin-top: 20px;
  }
  .index-section1 .body2 .bottom-body .mxw-box {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 10px;
  }
  .index-section1 .body2 .bottom-body .mxw-box:before {
    top: 16px;
    left: 0;
  }
  .index-section1 .body2 .item1 .icon {
    width: 14px;
    height: 14px;
    margin-bottom: 10px;
  }
  .index-section1 .body2 .item1 .text1,
  .index-section1 .body2 .item1 .text2 {
    font-size: 16px;
  }
}
/* ==================== 首页 - 板块一 End ==================== */
/* ==================== 首页 - 板块二 Start ==================== */
.index-section2 {
  background-color: #F3F3F4;
}
.index-section2 .item {
  position: relative;
  padding: 1.3333rem;
  background: url(../images/img028@380x300.png) no-repeat -0.5rem bottom;
  background-color: #fff;
  transition: all 0.4s;
}
.index-section2 .item:hover {
  background-color: #cf3b1b;
}
.index-section2 .item:hover .info .text1 {
  color: #fff;
}
.index-section2 .item:hover .info .text2 {
  color: rgba(255, 255, 255, 0.6);
}
.index-section2 .item:hover .more-btn {
  color: #fff;
  border-bottom-color: #fff;
}
.index-section2 .item .info {
  text-align: center;
}
.index-section2 .item .info .text1 {
  font-size: 0.5rem;
  color: #000;
  line-height: 1;
  font-family: Montserrat-Regular, Alibaba_PuHuiTi_Regular;
}
.index-section2 .item .info .text2 {
  margin-top: 0.3333rem;
  font-size: 0.2667rem;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.6;
  font-family: "Alibaba_PuHuiTi_Regular";
}
.index-section2 .item .image {
  display: block;
}
.index-section2 .item .mxw-image:hover img {
  transform: scale(1.2);
}
.index-section2 .item .more-btn {
  display: table;
  margin-left: auto;
  margin-right: auto;
  font-size: 0.2667rem;
  color: #cf3b1b;
  border-bottom: 1px solid #cf3b1b;
  padding-bottom: 0.1667rem;
  font-family: "Alibaba_PuHuiTi_Regular";
}
@media screen and (min-width: 750px) {
  .index-section2 {
    padding-top: 2.6667rem;
    padding-bottom: 3.6667rem;
  }
  .index-section2 .index-head {
    margin-bottom: 1.6667rem;
  }
  .index-section2 .itembox {
    margin-left: -1rem;
    margin-right: -1rem;
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
  }
  .index-section2 .item {
    width: 32%;
  }
  .index-section2 .item:nth-child(3n-1) {
    margin-left: 2%;
    margin-right: 2%;
  }
  .index-section2 .item:nth-child(3n-2) {
    margin-top: -1.0833rem;
  }
  .index-section2 .item:nth-child(3n-1) {
    margin-top: 2%;
  }
  .index-section2 .item:nth-child(3n) {
    margin-top: -1.0833rem;
  }
  .index-section2 .item:nth-child(1) {
    margin-top: 0;
  }
  .index-section2 .item:nth-child(2) {
    margin-top: 1.6667rem;
  }
  .index-section2 .item:nth-child(3) {
    margin-top: 0;
  }
}
@media screen and (max-width: 749px) {
  .index-section2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .index-section2 .item {
    width: 100%;
    padding: 40px 20px 20px;
    background: url(../images/img028@380x300.png) no-repeat -30px bottom;
    background-color: #fff;
    margin: 0 !important;
  }
  .index-section2 .item:nth-child(1) ~ .item {
    margin-top: 20px !important;
  }
  .index-section2 .item .info .text1 {
    font-size: 20px;
  }
  .index-section2 .item .info .text2 {
    margin-top: 10px;
    font-size: 12px;
  }
  .index-section2 .item .more-btn {
    font-size: 14px;
    padding-bottom: 5px;
  }
  .index-section2 .index-btn {
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
  }
}
/* ==================== 首页 - 板块二 End ==================== */
/* ==================== 首页 - 板块三 Start ==================== */
.index-section3 {
  position: relative;
}
.index-section3 .index-section3-swiper {
  position: relative;
  z-index: 1;
}
.index-section3 .body {
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: 3;
}
.index-section3 .swiper-slide {
  position: relative;
}
.index-section3 .top-body {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 2.1667rem;
}
.index-section3 .top-body .index-title .text1,
.index-section3 .top-body .index-title .text2 {
  color: #fff;
}
.index-section3 .top-body .index-title .text2 {
  opacity: 0.2;
}
.index-section3 .top-body .desc {
  font-size: 0.3333rem;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.8;
  height: 9em;
  width: 10.6667rem;
}
.index-section3 .top-body .index-btn {
  margin-top: 0.6667rem;
}
.index-section3 .bg-image {
  position: relative;
}
.index-section3 .bg-image:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}
.index-section3 .bg-image img {
  width: 100%;
}
.index-section3 .itembox {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 1rem;
}
.index-section3 .item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.6667rem 0.3333rem;
  position: relative;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  cursor: pointer;
}
.index-section3 .item.active:after {
  opacity: 1;
  visibility: visible;
}
.index-section3 .item.active .icon {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.index-section3 .item:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/img026@122x101.png) no-repeat center left #cf3b1b;
  background-size: auto 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
}
.index-section3 .item .icon,
.index-section3 .item .text {
  position: relative;
  z-index: 2;
}
.index-section3 .item .icon {
  width: 0.3667rem;
  flex-shrink: 0;
  margin-right: 0.25rem;
}
.index-section3 .item .text {
  font-size: 0.3333rem;
  color: #fff;
}
@media screen and (min-width: 750px) {
  .index-section3 .item {
    width: 33.3333%;
  }
}
@media screen and (max-width: 749px) {
  .index-section3 {
    padding-bottom: 50px;
  }
  .index-section3 .body {
    position: static;
  }
  .index-section3 .top-body {
    position: static;
    padding-top: 30px;
  }
  .index-section3 .top-body .index-title {
    text-align: left;
  }
  .index-section3 .top-body .index-title .text1,
  .index-section3 .top-body .index-title .text2 {
    color: #333;
  }
  .index-section3 .top-body .desc {
    font-size: 14px;
    line-height: 1.8;
    height: auto;
    width: 100%;
    color: #888;
  }
  .index-section3 .top-body .index-btn {
    margin-top: 40px;
  }
  .index-section3 .itembox {
    width: 100%;
    position: static;
    margin-top: 30px;
    border-color: #eee;
    margin-bottom: 0;
  }
  .index-section3 .item {
    width: 50%;
    padding: 20px 10px;
    border-color: #eee;
  }
  .index-section3 .item.active .icon {
    filter: none;
  }
  .index-section3 .item.active .text {
    color: #fff;
  }
  .index-section3 .item.active:after {
    opacity: 1;
    visibility: visible;
  }
  .index-section3 .item .icon {
    width: 22px;
    margin-right: 15px;
    filter: brightness(0.5);
  }
  .index-section3 .item .text {
    font-size: 14px;
    color: #333;
    min-width: 0;
    flex-grow: 1;
  }
}
/* ==================== 首页 - 板块三 End ==================== */
/* ==================== 首页 - 板块四 Start ==================== */
.index-section4 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center right;
}
.index-section4 .left-body .content .text1 {
  font-size: 0.4rem;
  color: #000;
  line-height: 1.2;
  font-family: "Alibaba_PuHuiTi_Regular";
  margin-bottom: 0.3333rem;
}
.index-section4 .left-body .content .desc {
  font-size: 0.2667rem;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.8;
  font-family: "Alibaba_PuHuiTi_Regular";
}
.index-section4 .left-body .content .text2 {
  margin-top: 2.1667rem;
  font-size: 4.8rem;
  color: #f3f3f4;
  font-family: "Montserrat-Bold";
  margin-left: -1.8333rem;
  line-height: 1;
}
.index-section4 .right-body {
  overflow: hidden;
  width: 13.3333rem;
  height: 13.3333rem;
  flex-shrink: 0;
  position: relative;
}
.index-section4 .earth {
  width: 100%;
  height: 100%;
}
.index-section4 .load-el {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  z-index: 9999;
  border-radius: 100%;
  border: 1px dashed rgba(112, 112, 112, 0.2);
  background-color: #fbfbfb;
  transition: all 1s;
}
.index-section4 .load-el.hide {
  opacity: 0;
  visibility: hidden;
}
.index-section4 .load-el .common-model-load {
  padding-top: 0;
}
.index-section4 .load-el .common-model-load .load-progress {
  background-color: #333;
}
.index-section4 .load-el .common-model-load .load-text {
  color: #333;
}
.index-section4 #labels {
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  color: white;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.index-section4 #labels > div {
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
  user-select: none;
  pointer-events: initial;
  transition-property: visibility, opacity;
  transition-duration: 0.4s;
}
.index-section4 #labels > div.show {
  opacity: 1;
  visibility: visible;
}
.index-section4 #labels > div.hide {
  opacity: 0;
  visibility: hidden;
}
.index-section4 #labels .text {
  text-align: center;
  font-size: 0.2667rem;
  color: #cf3b1b;
  margin-bottom: 0.07rem;
  border-radius: 0.07rem;
}
.index-section4 #labels .icon {
  background: url(../images/img025@17x21.png) no-repeat center;
  background-size: 100%;
  width: 0.2833rem;
  height: 0.35rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 750px) {
  .index-section4 {
    padding-top: 2.8333rem;
    padding-bottom: 1.8333rem;
  }
  .index-section4 .left-body {
    min-width: 0;
    flex-grow: 1;
  }
  .index-section4 .left-body .desc {
    max-width: 8.3333rem;
  }
  .index-section4 .left-body .index-btn {
    margin-top: 1.0833rem;
    width: 3rem;
    height: 0.9rem;
    font-size: 0.2667rem;
  }
  .index-section4 .body {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 749px) {
  .index-section4 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .index-section4 .left-body .content .text1 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .index-section4 .left-body .content .desc {
    font-size: 14px;
    margin-bottom: 30px;
  }
  .index-section4 .left-body .content .text2 {
    margin-top: 50px;
    font-size: 80px;
    margin-left: 0;
    text-align: center;
  }
  .index-section4 .right-body {
    width: 300px;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
  }
  .index-section4 #labels .text {
    font-size: 12px;
    margin-bottom: 4px;
    border-radius: 4px;
  }
  .index-section4 #labels .icon {
    width: 14px;
    height: 21px;
  }
}
/* ==================== 首页 - 板块四 End ==================== */
/* ==================== 首页 - 板块五 Start ==================== */
.index-section5 {
  overflow: hidden;
  background-color: #F3F3F4;
}
.index-section5 .body1 .item {
  background-color: #fff;
}
.index-section5 .left-body {
  padding: 0.5rem;
  padding-top: 1rem;
}
.index-section5 .left-body .item .image {
  margin-top: 0.8333rem;
}
.index-section5 .left-body .image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 4.5rem;
}
.index-section5 .left-body .image img {
  display: none;
}
.index-section5 .right-body {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
}
.index-section5 .right-body .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem 0.5rem;
}
.index-section5 .right-body .item .image {
  width: 4rem;
  flex-shrink: 0;
  margin-right: 0.5833rem;
}
.index-section5 .right-body .item .info {
  min-width: 0;
  flex-grow: 1;
}
.index-section5 .right-body .item .date {
  font-size: 0.2333rem;
  margin-bottom: 0.25rem;
}
.index-section5 .right-body .item .title {
  font-size: 0.4rem;
  color: #000;
  line-height: 1.4;
  height: 2.8em;
  font-family: "Alibaba_PuHuiTi_Regular";
  margin-bottom: 0.8333rem;
}
.index-section5 .item {
  display: block;
  width: 100%;
}
.index-section5 .item .date {
  font-size: 0.2333rem;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.2;
  margin-bottom: 0.25rem;
  font-family: "Alibaba_PuHuiTi_Regular";
}
.index-section5 .item .title {
  font-size: 0.5rem;
  color: #000;
  line-height: 1;
  font-family: "Alibaba_PuHuiTi_Regular";
  margin-bottom: 0.3333rem;
  display: block;
  transition: all 0.2s;
}
.index-section5 .item .title:hover {
  color: #cf3b1b;
}
.index-section5 .item .desc {
  font-size: 0.2667rem;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.8;
  text-align: justify;
  margin-bottom: 0.6667rem;
}
.index-section5 .item .more-btn {
  padding-bottom: 0.0833rem;
  border-bottom: 1px solid #cf3b1b;
  color: #cf3b1b;
  font-family: "Alibaba_PuHuiTi_Regular";
  display: table;
  transition: all 0.4s;
  font-size: 0.2667rem;
}
.index-section5 .body2 {
  margin-top: 1.5rem;
}
.index-section5 .body2 .item {
  display: block;
  position: relative;
  padding-right: 0.3333rem;
}
.index-section5 .body2 .item:hover .date {
  color: rgba(207, 59, 27, 0.6);
}
.index-section5 .body2 .item:hover .title {
  color: #cf3b1b;
}
.index-section5 .body2 .item:hover .icon {
  background-color: rgba(207, 59, 27, 0.2);
}
.index-section5 .body2 .item:hover .icon:after {
  background-color: #cf3b1b;
}
.index-section5 .body2 .item:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  bottom: 0.1333rem;
  left: 0;
}
.index-section5 .body2 .item .date {
  font-size: 0.2667rem;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1;
  font-family: "Alibaba_PuHuiTi_Regular";
  margin-bottom: 0.1667rem;
}
.index-section5 .body2 .item .title {
  font-size: 0.3333rem;
  color: #000;
  font-family: "Alibaba_PuHuiTi_Regular";
}
.index-section5 .body2 .item .icon {
  margin-top: 0.3333rem;
  background-color: rgba(0, 0, 0, 0.15);
  border-radius: 100%;
  width: 0.3rem;
  height: 0.3rem;
  position: relative;
  z-index: 3;
}
.index-section5 .body2 .item .icon:after {
  content: "";
  display: block;
  width: 0.1667rem;
  height: 0.1667rem;
  border-radius: 100%;
  background-color: #848484;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 750px) {
  .index-section5 {
    padding-top: 2.1667rem;
    padding-bottom: 3.3333rem;
  }
  .index-section5 .body1 {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
  }
  .index-section5 .body1 .left-body {
    width: 56.3%;
    background-color: #fff;
  }
  .index-section5 .body1 .right-body {
    width: 42.5%;
  }
  .index-section5 .item .more-btn:hover {
    transform: translateX(0.1667rem);
  }
  .index-section5 .body2 {
    max-width: 20rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 749px) {
  .index-section5 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .index-section5 .left-body {
    padding: 0;
    padding-top: 0;
    margin-bottom: 30px;
  }
  .index-section5 .left-body .info {
    padding: 20px;
  }
  .index-section5 .left-body .item {
    background-color: transparent;
  }
  .index-section5 .left-body .item .image {
    height: auto;
    margin-top: 0;
  }
  .index-section5 .left-body .item .image {
    background: none!important;
  }
  .index-section5 .left-body .item .image img {
    display: block;
  }
  .index-section5 .right-body {
    display: block;
  }
  .index-section5 .right-body .item {
    display: block;
    padding: 20px 15px;
    margin-bottom: 20px;
  }
  .index-section5 .right-body .item:last-child {
    margin-bottom: 0;
  }
  .index-section5 .right-body .item .image {
    width: 100%;
    margin-right: 0;
  }
  .index-section5 .right-body .item .info {
    width: 100%;
    margin-top: 30px;
  }
  .index-section5 .right-body .item .date {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .index-section5 .right-body .item .title {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .index-section5 .item {
    display: block;
    width: 100%;
    background-color: transparent;
  }
  .index-section5 .item .info {
    background-color: #fff;
  }
  .index-section5 .item .date {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.6);
    line-height: 1.2;
    margin-bottom: 15px;
    font-family: "Alibaba_PuHuiTi_Regular";
  }
  .index-section5 .item .title {
    font-size: 16px;
    margin-bottom: 15px;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: inherit;
    line-height: 1.6;
  }
  .index-section5 .item .title:hover {
    color: #cf3b1b;
  }
  .index-section5 .item .desc {
    font-size: 14px;
    margin-bottom: 30px;
  }
  .index-section5 .item .more-btn {
    padding-bottom: 5px;
    font-size: 14px;
  }
  .index-section5 .body2 {
    margin-top: 30px;
  }
  .index-section5 .body2 .item {
    padding-right: 20px;
  }
  .index-section5 .body2 .item:after {
    bottom: 6px;
  }
  .index-section5 .body2 .item .date {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .index-section5 .body2 .item .title {
    font-size: 14px;
    height: 3.2em;
    line-height: 1.6em;
  }
  .index-section5 .body2 .item .icon {
    margin-top: 20px;
    width: 12px;
    height: 12px;
  }
  .index-section5 .body2 .item .icon:after {
    width: 6px;
    height: 6px;
    transform: translate(-50%, -60%);
  }
  .index-section5 .index-btn {
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
  }
}
/* ==================== 首页 - 板块五 End ==================== */
/* ==================== 行业应用 - 板块一 Start ==================== */
.cases-section1 {
  padding-top: 2.1667rem;
  padding-bottom: 3.5rem;
}
.cases-section1 .cases-section1-swiper {
  margin-bottom: 2.3333rem;
}
.cases-section1 .cases-section1-swiper .item {
  position: relative;
}
.cases-section1 .cases-section1-swiper .item .info {
  position: absolute;
  left: 0.6667rem;
  bottom: 0.6667rem;
  padding: 0.6667rem;
  z-index: 3;
  max-width: 60%;
}
.cases-section1 .cases-section1-swiper .item .info:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  backdrop-filter: blur(0.1667rem);
  -webkit-backdrop-filter: blur(0.1667rem);
  background-color: rgba(255, 255, 255, 0.02);
}
.cases-section1 .cases-section1-swiper .item .head {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 0.5rem;
  position: relative;
  z-index: 2;
}
.cases-section1 .cases-section1-swiper .item .head .icon {
  width: 0.6667rem;
  flex-shrink: 0;
  margin-right: 0.4167rem;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.cases-section1 .cases-section1-swiper .item .head .title {
  font-size: 0.5rem;
  color: #fff;
  line-height: 1;
}
.cases-section1 .cases-section1-swiper .item .desc {
  font-size: 0.2667rem;
  color: #B2BAC5;
  line-height: 1.8;
  text-align: justify;
  position: relative;
  z-index: 2;
}
.cases-section1 .body .itembox {
  padding-left: 46px;
  position: relative;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.cases-section1 .body .item {
  position: relative;
  display: flex;
  align-items: stretch;
  margin-bottom: 0.8333rem;
  background-color: #F8F8F8;
  transition: all 0.4s;
}
.cases-section1 .body .item:before {
  content: "";
  display: block;
  width: 2px;
  background-color: #cf3b1b;
  position: absolute;
  left: -0.7667rem;
  top: 0;
  height: 0;
  transition: all 0.4s;
}
.cases-section1 .body .item .item-left {
  min-width: 0;
  flex-grow: 1;
  padding: 0.1667rem 1rem;
  position: relative;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: center;
}
.cases-section1 .body .item:hover {
  background-color: #DA4121;
}
.cases-section1 .body .item:hover:before {
  height: 100%;
}
.cases-section1 .body .item:hover .bg-icon img:nth-child(1) {
  visibility: hidden;
  opacity: 0;
}
.cases-section1 .body .item:hover .bg-icon img:nth-child(2) {
  visibility: visible;
  opacity: 1;
}
.cases-section1 .body .item:hover .icon {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.cases-section1 .body .item:hover .info .text1 {
  color: #fff;
}
.cases-section1 .body .item:hover .info .text2 {
  color: rgba(255, 255, 255, 0.6);
}
.cases-section1 .body .item:last-child {
  margin-bottom: 0;
}
.cases-section1 .body .item .bg-icon {
  position: absolute;
  right: 1.5rem;
  bottom: 50%;
  width: 1.8333rem;
  transition: all 0.4s;
  transform: translateY(50%);
}
.cases-section1 .body .item .bg-icon img {
  width: 100%;
  position: relative;
  transition: all 0.6s;
}
.cases-section1 .body .item .bg-icon img:nth-child(1) {
  opacity: 1;
  visibility: visible;
}
.cases-section1 .body .item .bg-icon img:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
}
.cases-section1 .body .item .icon {
  z-index: 3;
  position: relative;
  display: block;
  width: 0.6rem;
  transition: all 0.4s;
  margin-bottom: 0.4167rem;
}
.cases-section1 .body .item .icon img {
  transition: all 0.4s;
}
.cases-section1 .body .item .info {
  z-index: 3;
  position: relative;
}
.cases-section1 .body .item .info .text1 {
  font-size: 0.4rem;
  color: #333;
  line-height: 1.2;
  margin-bottom: 0.3333rem;
  transition: all 0.4s;
}
.cases-section1 .body .item .info .text2 {
  font-size: 0.2667rem;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.8;
  transition: all 0.4s;
}
.cases-section1 .body .item .image {
  width: 6.1667rem;
  flex-shrink: 0;
}
@media screen and (max-width: 749px) {
  .cases-section1 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .cases-section1 .cases-section1-swiper {
    margin-bottom: 40px;
  }
  .cases-section1 .cases-section1-swiper .item .info {
    position: static;
    padding: 0;
    margin-top: 20px;
    max-width: 100%;
  }
  .cases-section1 .cases-section1-swiper .item .info:after {
    display: none;
  }
  .cases-section1 .cases-section1-swiper .item .head {
    margin-bottom: 15px;
  }
  .cases-section1 .cases-section1-swiper .item .head .icon {
    width: 20px;
    margin-right: 13px;
    filter: brightness(0);
  }
  .cases-section1 .cases-section1-swiper .item .head .title {
    font-size: 16px;
    color: #cf3b1b;
  }
  .cases-section1 .cases-section1-swiper .item .desc {
    font-size: 14px;
    color: #333;
  }
  .cases-section1 .body .itembox {
    padding-left: 0;
    border-left: 0;
  }
  .cases-section1 .body .item {
    display: block;
    margin-bottom: 30px;
  }
  .cases-section1 .body .item:before {
    display: none;
    left: -23.002px;
  }
  .cases-section1 .body .item .item-left {
    padding: 20px 15px;
  }
  .cases-section1 .body .item .bg-icon {
    display: none;
    right: 40.002px;
    width: 139.499px;
  }
  .cases-section1 .body .item .icon {
    width: 20px;
    margin-bottom: 20px;
  }
  .cases-section1 .body .item .info {
    width: 100%;
  }
  .cases-section1 .body .item .info .text1 {
    font-size: 16px;
    margin-bottom: 10.499px;
  }
  .cases-section1 .body .item .info .text2 {
    font-size: 12px;
  }
  .cases-section1 .body .item .info .text2 br {
    display: none;
  }
  .cases-section1 .body .item .image {
    width: 100%;
  }
}
/* ==================== 行业应用 - 板块一 End ==================== */
/* ==================== 行业应用 - 板块二 Start ==================== */
.cases-section2 {
  padding-top: 2.5rem;
  padding-bottom: 3.3333rem;
  background-size: cover;
  background-position: center;
}
.cases-section2 .swiper-wrapper {
  display: flex;
}
.cases-section2 .swiper-wrapper .swiper-slide {
  width: 19%;
  margin-right: 1%;
  flex-shrink: 0;
}
.cases-section2 .item {
  display: block;
  min-height: 5.8333rem;
  position: relative;
  background-color: #fff;
}
.cases-section2 .item .text {
  position: absolute;
  bottom: 1rem;
  left: 0;
  z-index: 2;
  width: 100%;
  text-align: center;
  font-size: 0.3333rem;
  color: #333;
}
@media screen and (min-width: 750px) {
  .cases-section2 {
    background-attachment: fixed;
  }
}
@media screen and (max-width: 749px) {
  .cases-section2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .cases-section2 .swiper-wrapper .swiper-slide {
    width: 49%;
  }
  .cases-section2 .item {
    min-height: inherit;
  }
  .cases-section2 .item .text {
    position: static;
    bottom: 20px;
    font-size: 14px;
    background-color: #fff;
    padding: 12px 10px;
    padding-top: 0;
  }
}
/* ==================== 行业应用 - 板块二 End ==================== */
/* ==================== 行业应用 - 板块三 Start ==================== */
.cases-section3 {
  padding-bottom: 3.1667rem;
  padding-top: 2.1667rem;
  overflow: hidden;
}
.cases-section3 .swiper .swiper-slide {
  padding: 0.1667rem;
}
.cases-section3 .item {
  display: block;
  box-shadow: 0 0 0.1667rem 0rem rgba(0, 0, 0, 0.1);
  position: relative;
  transition: all 0.4s;
  background: url(../images/img029@150x120.png) no-repeat;
  background-size: 70% auto;
  background-position: center;
  background-position: 150% 150%;
}
.cases-section3 .item:hover {
  background-color: #cf3b1b;
  background-position: center;
}
.cases-section3 .item:hover .text {
  color: #fff;
}
.cases-section3 .item:hover .image img {
  transform: scale(1.3);
}
.cases-section3 .item .text {
  font-size: 0.3333rem;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #000000;
  text-align: center;
  padding-bottom: 0.8333rem;
  transition: all 0.4s;
}
.cases-section3 .btn-group {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1rem;
}
.cases-section3 .swiper-button-prev,
.cases-section3 .swiper-button-next {
  width: 1rem;
  height: 1rem;
  border-radius: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: static;
  margin: 0;
  transform: translate(0, 0);
  background-color: #F3F3F5;
  transition: all 0.4s;
  margin-left: 0.2rem;
  margin-right: 0.2rem;
}
.cases-section3 .swiper-button-prev.swiper-button-disabled,
.cases-section3 .swiper-button-next.swiper-button-disabled {
  opacity: 1;
}
.cases-section3 .swiper-button-prev:hover,
.cases-section3 .swiper-button-next:hover {
  background-color: #cf3b1b;
}
.cases-section3 .swiper-button-prev:hover .iconfont,
.cases-section3 .swiper-button-next:hover .iconfont {
  color: #fff;
}
.cases-section3 .swiper-button-prev:after,
.cases-section3 .swiper-button-next:after {
  display: none;
}
.cases-section3 .swiper-button-prev .iconfont,
.cases-section3 .swiper-button-next .iconfont {
  color: #868686;
  font-size: 0.2667rem;
}
@media screen and (max-width: 749px) {
  .cases-section3 {
    padding-bottom: 50px;
    padding-top: 50px;
  }
  .cases-section3 .swiper .swiper-slide {
    padding: 10px;
  }
  .cases-section3 .item {
    box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.1);
  }
  .cases-section3 .item .text {
    font-size: 14px;
    padding-bottom: 15px;
    position: static;
  }
  .cases-section3 .btn-group {
    margin-top: 20px;
  }
  .cases-section3 .swiper-button-prev,
  .cases-section3 .swiper-button-next {
    width: 40px;
    height: 40px;
    margin-left: 6px;
    margin-right: 6px;
  }
  .cases-section3 .swiper-button-prev .iconfont,
  .cases-section3 .swiper-button-next .iconfont {
    font-size: 14px;
  }
}
/* ==================== 行业应用 - 板块三 End ==================== */
/* ==================== 关于我们 - 板块一 Start ==================== */
.about-section1 {
  padding-top: 7.552vw;
  padding-bottom: 5.209vw;
  background-size: 35.417vw auto;
  background-position: right top;
  background-repeat: no-repeat;
}
.about-section1 .body1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.about-section1 .body1 .left-body {
  width: 42.5%;
}
.about-section1 .body1 .ny-title {
  text-align: left;
  margin-bottom: 1.563vw;
}
.about-section1 .body1 .desc {
  font-size: 0.938vw;
  color: rgba(0, 0, 0, 0.6);
  font-family: "Alibaba_PuHuiTi_Regular";
  line-height: 1.8em;
}
.about-section1 .body1 .image {
  width: 47.5%;
}
.about-section1 .itembox {
  display: flex;
  justify-content: flex-start;
  margin-top: 5.208vw;
}
.about-section1 .item {
  width: 24.5%;
  margin-right: 0.6%;
  background-color: #ffffff;
  box-shadow: 0vw 0vw 0.469vw 0vw rgba(4, 0, 0, 0.08);
  padding: 2.604vw;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}
.about-section1 .item:hover .info {
  color: #cf3b1b;
}
.about-section1 .item:hover .icon img:nth-child(1) {
  opacity: 0;
  visibility: hidden;
}
.about-section1 .item:hover .icon img:nth-child(2) {
  opacity: 1;
  visibility: visible;
}
.about-section1 .item:hover .bg-icon img:nth-child(1) {
  opacity: 0;
  visibility: hidden;
}
.about-section1 .item:hover .bg-icon img:nth-child(2) {
  opacity: 1;
  visibility: visible;
}
.about-section1 .item:nth-child(4n) {
  margin-right: 0;
}
.about-section1 .item .info {
  min-width: 0;
  flex-grow: 1;
  color: #000;
  transition: all 0.4s;
}
.about-section1 .item .info .text1 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.about-section1 .item .info .year {
  font-size: 2.969vw;
  font-family: "Montserrat-Bold";
  margin-right: 0.833vw;
  line-height: 1;
}
.about-section1 .item .info .span1 {
  font-size: 1.25vw;
  font-family: "Alibaba_PuHuiTi_Regular";
  line-height: 1;
}
.about-section1 .item .info .span2 {
  font-size: 0.833vw;
  font-family: "Alibaba_PuHuiTi_Regular";
  align-self: flex-end;
  margin-left: 0.521vw;
}
.about-section1 .item .info .text2 {
  font-size: 0.833vw;
  margin-top: 1.042vw;
  color: rgba(0, 0, 0, 0.6);
}
.about-section1 .item .icon {
  width: 1.563vw;
  flex-shrink: 0;
  position: relative;
}
.about-section1 .item .icon img {
  transition: all 0.4s;
}
.about-section1 .item .icon img:nth-child(1) {
  opacity: 1;
  visibility: visible;
}
.about-section1 .item .icon img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
}
.about-section1 .item .bg-icon {
  position: absolute;
  right: -1.771vw;
  bottom: -3.125vw;
  opacity: 0.2;
  width: 7.813vw;
}
.about-section1 .item .bg-icon img {
  transition: all 0.4s;
}
.about-section1 .item .bg-icon img:nth-child(1) {
  opacity: 1;
  visibility: visible;
}
.about-section1 .item .bg-icon img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
}
@media screen and (min-width: 1920px) {
  .about-section1 {
    padding-top: 145px;
    padding-bottom: 100px;
    background-size: 680px auto;
  }
  .about-section1 .body1 .ny-title {
    margin-bottom: 30px;
  }
  .about-section1 .body1 .desc {
    font-size: 18px;
  }
  .about-section1 .itembox {
    margin-top: 100px;
  }
  .about-section1 .item {
    box-shadow: 0px 0px 9px 0px rgba(4, 0, 0, 0.08);
    padding: 50px;
  }
  .about-section1 .item .info .year {
    font-size: 57px;
    margin-right: 16px;
  }
  .about-section1 .item .info .span1 {
    font-size: 24px;
  }
  .about-section1 .item .info .span2 {
    font-size: 16px;
    margin-left: 10px;
  }
  .about-section1 .item .info .text2 {
    font-size: 16px;
    margin-top: 20px;
  }
  .about-section1 .item .icon {
    width: 30px;
  }
  .about-section1 .item .bg-icon {
    right: -34px;
    bottom: -60px;
    width: 150px;
  }
}
@media screen and (max-width: 749px) {
  .about-section1 {
    padding-top: 40px;
    padding-bottom: 40px;
    background-size: 170px auto;
  }
  .about-section1 .body1 {
    display: block;
  }
  .about-section1 .body1 .left-body {
    width: 100%;
  }
  .about-section1 .body1 .ny-title {
    margin-bottom: 20px;
  }
  .about-section1 .body1 .desc {
    font-size: 14px;
  }
  .about-section1 .body1 .image {
    width: 100%;
    margin-top: 20px;
  }
  .about-section1 .itembox {
    margin-top: 20px;
    flex-wrap: wrap;
  }
  .about-section1 .item {
    width: 48%;
    margin-right: 4%;
    box-shadow: 0px 0px 9px 0px rgba(4, 0, 0, 0.08);
    padding: 20px;
  }
  .about-section1 .item:nth-child(2n) {
    margin-right: 0;
  }
  .about-section1 .item:nth-child(2) ~ .item {
    margin-top: 4%;
  }
  .about-section1 .item .info .year {
    font-size: 29px;
    margin-right: 5px;
  }
  .about-section1 .item .info .span1 {
    font-size: 12px;
  }
  .about-section1 .item .info .span2 {
    font-size: 12px;
    margin-left: 10px;
  }
  .about-section1 .item .info .text2 {
    font-size: 14px;
    margin-top: 10px;
  }
  .about-section1 .item .icon {
    width: 20px;
  }
  .about-section1 .item .bg-icon {
    right: -34px;
    bottom: -30px;
    width: 75px;
  }
}
/* ==================== 关于我们 - 板块一 End ==================== */
/* ==================== 关于我们 - 板块二 Start ==================== */
.about-section2 {
  background-color: #0C0C0E;
  position: relative;
  padding-top: 6.25vw;
  padding-bottom: 3.646vw;
  overflow: hidden;
}
.about-section2 .bg-icon {
  position: absolute;
  width: 100%;
  height: 52.083vw;
}
.about-section2 .bg-icon i {
  width: 60%;
  height: 70%;
  position: absolute;
  top: -70%;
  left: -20%;
  display: block;
  background-color: #7c1600;
  opacity: 0.25;
  transform-origin: right bottom;
}
.about-section2 .bg-icon i:nth-child(1) {
  transform: rotate(-15deg);
}
.about-section2 .bg-icon i:nth-child(2) {
  transform: rotate(-25deg);
}
.about-section2 .bg-icon i:nth-child(3) {
  transform: rotate(-35deg);
}
.about-section2 .bg-icon i:nth-child(4) {
  transform: rotate(-45deg);
}
.about-section2 .bg-icon.bg-icon1 {
  top: 0;
  right: 0;
}
.about-section2 .bg-icon.bg-icon2 {
  top: 0;
  right: 0;
  transform: rotateY(180deg) rotateX(180deg);
}
.about-section2 .mxw-box {
  position: relative;
  z-index: 4;
}
.about-section2 .logo {
  margin: 4.167vw;
  width: 30.208vw;
  height: 30.208vw;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.about-section2 .logo:before,
.about-section2 .logo:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -50%;
  margin-top: -50%;
  background-color: #cf3b1b;
  border-radius: 100%;
  z-index: 1;
  animation: about-section2-ani1 2s infinite ease-in-out;
}
.about-section2 .logo:after {
  animation-delay: 0.5s;
}
.about-section2 .logo .logo-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -50%;
  margin-top: -50%;
  width: 100%;
  height: 100%;
  z-index: 3;
  animation: about-section2-ani3 20s infinite linear;
}
.about-section2 .logo .logo-icon svg:nth-child(2) {
  display: none;
  z-index: 99 !important;
}
.about-section2 .logo .logo-icon.style1 svg:nth-child(2) {
  -webkit-clip-path: polygon(26% 90%, 0 0, 120% 0);
  clip-path: polygon(26% 90%, 0 0, 120% 0);
}
.about-section2 .logo .logo-icon.style2 svg:nth-child(2) {
  -webkit-clip-path: polygon(0 57%, 180% 0, 100% 75%);
  clip-path: polygon(0 57%, 180% 0, 100% 75%);
}
.about-section2 .logo .logo-icon.style4 svg:nth-child(2) {
  -webkit-clip-path: polygon(50% 0%, 100% 78%, 100% 100%, 0 100%, 0% 85%);
  clip-path: polygon(50% 0%, 100% 78%, 100% 100%, 0 100%, 0% 85%);
}
.about-section2 .logo .logo-icon.style3 svg:nth-child(2) {
  -webkit-clip-path: polygon(0 24%, 100% 61%, 100% 62%, 0 75%);
  clip-path: polygon(0 24%, 100% 61%, 100% 62%, 0 75%);
}
.about-section2 .logo .logo-icon svg {
  width: 100%;
  height: 100%;
}
.about-section2 .logo .logo-icon svg:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  -webkit-clip-path: polygon(50% 50%, 50% 50%, 50% 50%);
  clip-path: polygon(50% 50%, 50% 50%, 50% 50%);
  transition: all 0.4s;
}
.about-section2 .logo .logo-box {
  position: relative;
  z-index: 3;
}
.about-section2 .logo .image {
  background-color: #cf3b1b;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  width: 20.833vw;
  height: 20.833vw;
  z-index: 3;
}
.about-section2 .logo .image img {
  width: 15.104vw;
}
.about-section2 .itembox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
}
.about-section2 .item {
  width: 16.667vw;
  color: #fff;
  position: absolute;
  cursor: pointer;
}
.about-section2 .item:hover .text1,
.about-section2 .item:hover .text2 {
  color: #cf3b1b;
}
.about-section2 .item:hover .text1:after {
  background-color: #cf3b1b;
  box-shadow: 0 0 0 0.365vw rgba(207, 59, 27, 0.2);
}
.about-section2 .item:nth-child(2n-1) {
  text-align: right;
}
.about-section2 .item:nth-child(2n-1) .icon {
  margin-right: 0;
  margin-left: auto;
}
.about-section2 .item:nth-child(2n-1) .text1:after {
  left: auto;
  right: -3.125vw;
}
.about-section2 .item:nth-child(1) {
  top: 10.417vw;
  right: 69.3%;
}
.about-section2 .item:nth-child(2) {
  top: 10.417vw;
  left: 69.3%;
}
.about-section2 .item:nth-child(3) {
  top: 24.479vw;
  right: 69.3%;
}
.about-section2 .item:nth-child(4) {
  top: 24.479vw;
  left: 69.3%;
}
.about-section2 .item .icon {
  width: 1.563vw;
  margin-bottom: 1.042vw;
  display: block;
}
.about-section2 .item .text1 {
  font-size: 1.042vw;
  font-family: "Alibaba_PuHuiTi_Regular";
  position: relative;
  transition: color .4s;
}
.about-section2 .item .text1::after {
  content: "";
  width: 0.833vw;
  height: 0.833vw;
  border-radius: 100%;
  background-color: #fff;
  position: absolute;
  box-shadow: 0 0 0 0.365vw rgba(255, 255, 255, 0.2);
  top: 50%;
  transform: translateY(-50%);
  left: -3.125vw;
  transition: all 0.4s;
  animation: about-section2-ani2 2s infinite ease-in-out;
}
.about-section2 .item .text2 {
  font-size: 0.833vw;
  margin-top: 0.781vw;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.8;
  min-height: 3.6em;
  transition: color .4s;
}
@keyframes about-section2-ani1 {
  0% {
    transform: scale(0.5);
    opacity: 0.8;
  }
  100% {
    transform: scale(1.3);
    opacity: 0;
  }
}
@keyframes about-section2-ani2 {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  100% {
    box-shadow: 0 0 0 0.665vw rgba(255, 255, 255, 0);
  }
}
@keyframes about-section2-ani3 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media screen and (min-width: 750px) {
  .about-section2 .itembox {
    left: 4%;
    width: 92%;
  }
}
@media screen and (min-width: 1920px) {
  .about-section2 {
    padding-top: 120px;
    padding-bottom: 70px;
  }
  .about-section2 .bg-icon {
    height: 1000px;
  }
  .about-section2 .logo {
    margin: 80px auto;
    width: 580px;
    height: 580px;
  }
  .about-section2 .logo .logo-icon {
    width: 580px;
    height: 580px;
  }
  .about-section2 .logo .logo-icon svg {
    width: 580px;
    height: 580px;
  }
  .about-section2 .logo .image {
    width: 400px;
    height: 400px;
  }
  .about-section2 .logo .image img {
    width: 290px;
  }
  .about-section2 .itembox {
    left: 0;
    width: 100%;
  }
  .about-section2 .item {
    width: 320px;
  }
  .about-section2 .item:hover .text1:after {
    box-shadow: 0 0 0 7px rgba(207, 59, 27, 0.2);
  }
  .about-section2 .item:nth-child(2n-1) .text1:after {
    right: -60px;
  }
  .about-section2 .item:nth-child(1) {
    top: 200px;
  }
  .about-section2 .item:nth-child(2) {
    top: 200px;
  }
  .about-section2 .item:nth-child(3) {
    top: 470px;
  }
  .about-section2 .item:nth-child(4) {
    top: 470px;
  }
  .about-section2 .item .icon {
    width: 30px;
    margin-bottom: 20px;
  }
  .about-section2 .item .text1 {
    font-size: 20px;
  }
  .about-section2 .item .text1::after {
    width: 16px;
    height: 16px;
    box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.2);
    left: -60px;
  }
  .about-section2 .item .text2 {
    font-size: 16px;
    margin-top: 15px;
  }
}
@media screen and (max-width: 749px) {
  .about-section2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .about-section2 .bg-icon {
    height: 100%;
  }
  .about-section2 .bg-icon i {
    width: 70%;
  }
  .about-section2 .logo {
    margin: 40px auto;
    width: 250px;
    height: 250px;
    margin-bottom: 20px;
  }
  .about-section2 .logo:before,
  .about-section2 .logo:after {
    width: 80%;
    height: 80%;
    margin-left: -40%;
    margin-top: -40%;
  }
  .about-section2 .logo .logo-icon {
    width: 200px;
    height: 200px;
    margin-left: -100px;
    margin-top: -100px;
  }
  .about-section2 .logo .logo-icon svg:nth-child(2) {
    display: none;
  }
  .about-section2 .logo .image {
    width: 140px;
    height: 140px;
  }
  .about-section2 .logo .image img {
    width: 80%;
  }
  .about-section2 .itembox {
    position: static;
  }
  .about-section2 .item {
    width: 100%;
    position: static;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: stretch;
  }
  .about-section2 .item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .about-section2 .item:hover .text1:after {
    box-shadow: 0 0 0 7px rgba(104, 30, 14, 0.2);
  }
  .about-section2 .item:nth-child(2n-1) {
    text-align: left;
  }
  .about-section2 .item:nth-child(2n-1) .icon {
    margin-left: 0;
    margin-right: auto;
  }
  .about-section2 .item:nth-child(2n-1) .text1:after {
    right: -30px;
  }
  .about-section2 .item:nth-child(1) {
    top: 100px;
  }
  .about-section2 .item:nth-child(2) {
    top: 100px;
  }
  .about-section2 .item:nth-child(3) {
    top: 235px;
  }
  .about-section2 .item:nth-child(4) {
    top: 235px;
  }
  .about-section2 .item .icon {
    width: 30px;
    margin-bottom: 20px;
    flex-shrink: 0;
    margin-right: 20px !important;
  }
  .about-section2 .item .info {
    min-width: 0;
    flex-grow: 1;
  }
  .about-section2 .item .text1 {
    font-size: 18px;
  }
  .about-section2 .item .text1::after {
    display: none;
    width: 8px;
    height: 8px;
    box-shadow: 0 0 0 7px rgba(128, 128, 128, 0.2);
    left: -60px;
  }
  .about-section2 .item .text2 {
    font-size: 14px;
    margin-top: 10px;
    height: auto;
    min-height: inherit;
  }
}
/* ==================== 关于我们 - 板块二 End ==================== */
/* ==================== 关于我们 - 板块三 Start ==================== */
.about-section3 {
  padding-top: 6.771vw;
  padding-bottom: 11.979vw;
}
.about-section3 .body2 {
  padding-bottom: 0;
}
.about-section3 .ny-title {
  text-align: left;
}
@media screen and (min-width: 1920px) {
  .about-section3 {
    padding-top: 130px;
    padding-bottom: 230px;
  }
}
@media screen and (max-width: 749px) {
  .about-section3 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .about-section3 .ny-title {
    margin-bottom: 0;
  }
}
/* ==================== 关于我们 - 板块三 End ==================== */
/* ==================== 关于我们 - 板块四 Start ==================== */
.about-section4 {
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #F8F8F9;
  height: 46.88vw;
  padding-left: 8.33vw;
}
.about-section4 .ny-title {
  text-align: left;
  margin-bottom: 5.21vw;
}
.about-section4 .mxw-box {
  position: relative;
  height: 100%;
}
.about-section4 .body {
  display: flex;
  align-items: stretch;
  width: 91.67vw;
  height: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.about-section4 .body:after {
  content: "";
  display: block;
  width: 34.9vw;
  height: 34.9vw;
  border-radius: 100%;
  position: absolute;
  right: -11.98vw;
  top: 0;
  border: 5.21vw solid rgba(207, 59, 27, 0.12);
}
.about-section4 .left-body {
  padding-top: 6.25vw;
  padding-bottom: 12.5vw;
  flex-shrink: 0;
  width: 16.8%;
  padding-right: 2.08vw;
  position: relative;
  z-index: 3;
}
.about-section4 .tabs .tab-item {
  font-size: 1.04vw;
  color: #000;
  line-height: 1.2;
  margin-bottom: 1.56vw;
  padding-bottom: 0.52vw;
  border-bottom: 0.05vw solid transparent;
  transition: all 0.4s;
  cursor: pointer;
  display: table;
}
.about-section4 .tabs .tab-item.active {
  color: #cf3b1b;
  border-bottom-color: inherit;
}
.about-section4 .swiper {
  min-width: 0;
  flex-grow: 1;
  height: 100%;
  position: relative;
  z-index: 3;
}
.about-section4 .about-section4-swiper {
  width: 100%;
  height: 100%;
}
.about-section4 .about-section4-swiper > .swiper-wrapper > .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.about-section4 .about-section4-swiper-text {
  overflow: visible;
  height: 28.13vw;
  user-select: none;
}
.about-section4 .about-section4-swiper-text .swiper-slide {
  height: 3.65vw;
  transition: all 0.4s;
  transform-origin: left center;
  opacity: 0.2;
}
.about-section4 .about-section4-swiper-text .swiper-slide.swiper-slide-active {
  opacity: 1;
  height: 6.25vw;
  transform: scale(1.2);
}
.about-section4 .about-section4-swiper-text .swiper-slide.swiper-slide-active .text {
  color: #cf3b1b;
}
.about-section4 .about-section4-swiper-text .swiper-slide.swiper-slide-prev {
  opacity: 0.8;
}
.about-section4 .about-section4-swiper-text .swiper-slide.swiper-slide-next {
  opacity: 0.8;
}
.about-section4 .about-section4-swiper-text .text {
  font-size: 0.94vw;
  color: rgba(0, 0, 0, 0.4);
  line-height: 1.4;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
}
.about-section4 .about-section4-swiper-img {
  width: 39.2%;
  height: 100%;
  overflow: visible;
  transform: translateY(-7.81vw);
}
.about-section4 .about-section4-swiper-img .image {
  background-size: contain;
  height: 100%;
  background-repeat: no-repeat;
}
.about-section4 .about-section4-swiper-img .image img {
  height: 100%;
  width: auto;
}
.about-section4 .about-section4-swiper-img .swiper-slide {
  transition: all 0.5s;
  height: 5.21vw;
  margin-left: 26.04vw;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  filter: blur(2px);
}
.about-section4 .about-section4-swiper-img .swiper-slide .image {
  display: block;
  width: 100%;
  transition: all 0.5s;
  transform: translateY(5.21vw);
  height: 3.13vw;
}
.about-section4 .about-section4-swiper-img .swiper-slide.swiper-slide-active {
  height: 100%;
  margin-left: 0;
  margin-top: 6.25vw;
  margin-bottom: 6.25vw;
  transform: scale(2);
  transform-origin: left;
  filter: blur(0px);
}
.about-section4 .about-section4-swiper-img .swiper-slide.swiper-slide-active .image {
  transform: translateY(0);
  height: 100%;
}
.about-section4 .about-section4-swiper-img .swiper-slide.swiper-slide-prev {
  margin-left: 11.98vw;
  filter: blur(1px);
}
.about-section4 .about-section4-swiper-img .swiper-slide.swiper-slide-prev .image {
  transform: translateY(0);
  height: 5.21vw;
}
.about-section4 .about-section4-swiper-img .swiper-slide.swiper-slide-next {
  margin-left: 11.98vw;
  filter: blur(1px);
}
.about-section4 .about-section4-swiper-img .swiper-slide.swiper-slide-next .image {
  transform: translateY(0);
  height: 5.21vw;
}
.about-section4 .about-section4-swiper-img .swiper-slide.swiper-slide-next ~ .swiper-slide .image {
  transform: translateY(-5.21vw);
}
@media screen and (min-width: 1920px) {
  .about-section4 {
    height: 900px;
    padding-left: 160px;
  }
  .about-section4 .ny-title {
    margin-bottom: 100px;
  }
  .about-section4 .body {
    width: 1760px;
  }
  .about-section4 .body:after {
    width: 670px;
    height: 670px;
    right: -230px;
    border: 100px solid rgba(207, 59, 27, 0.12);
  }
  .about-section4 .left-body {
    padding-top: 120px;
    padding-bottom: 240px;
    padding-right: 40px;
  }
  .about-section4 .tabs .tab-item {
    font-size: 20px;
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid transparent;
  }
  .about-section4 .about-section4-swiper-text {
    height: 540px;
  }
  .about-section4 .about-section4-swiper-text .swiper-slide {
    height: 70px;
  }
  .about-section4 .about-section4-swiper-text .swiper-slide.swiper-slide-active {
    height: 120px;
  }
  .about-section4 .about-section4-swiper-text .swiper-slide.swiper-slide-prev {
    opacity: 0.8;
  }
  .about-section4 .about-section4-swiper-text .swiper-slide.swiper-slide-next {
    opacity: 0.8;
  }
  .about-section4 .about-section4-swiper-text .text {
    font-size: 18px;
  }
  .about-section4 .about-section4-swiper-img {
    transform: translateY(-150px);
  }
  .about-section4 .about-section4-swiper-img .swiper-slide {
    height: 100px;
    margin-left: 500px;
  }
  .about-section4 .about-section4-swiper-img .swiper-slide .image {
    transform: translateY(100px);
    height: 60px;
  }
  .about-section4 .about-section4-swiper-img .swiper-slide.swiper-slide-active {
    margin-top: 120px;
    margin-bottom: 120px;
  }
  .about-section4 .about-section4-swiper-img .swiper-slide.swiper-slide-prev {
    margin-left: 230px;
  }
  .about-section4 .about-section4-swiper-img .swiper-slide.swiper-slide-prev .image {
    height: 100px;
  }
  .about-section4 .about-section4-swiper-img .swiper-slide.swiper-slide-next {
    margin-left: 230px;
  }
  .about-section4 .about-section4-swiper-img .swiper-slide.swiper-slide-next .image {
    height: 100px;
  }
  .about-section4 .about-section4-swiper-img .swiper-slide.swiper-slide-next ~ .swiper-slide .image {
    transform: translateY(-100px);
  }
}
@media screen and (max-width: 749px) {
  .about-section4 {
    padding: 40px 20px;
    height: auto;
    background-size: 100%;
  }
  .about-section4 .ny-title {
    margin-bottom: 50px;
  }
  .about-section4 .body {
    width: 100%;
    display: block;
  }
  .about-section4 .body:after {
    width: 120px;
    height: 120px;
    right: -115px;
    border-width: 20px;
  }
  .about-section4 .left-body {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    width: 100%;
  }
  .about-section4 .tabs {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
    margin-bottom: 30px;
  }
  .about-section4 .tabs .tab-item {
    width: 49%;
    font-size: 16px;
    padding-bottom: 10px;
    border-bottom: 1px solid transparent;
  }
  .about-section4 .tabs .tab-item:nth-child(2n) {
    margin-right: 0;
  }
  .about-section4 .tabs .tab-item:nth-child(2) ~ .tab-item {
    margin-top: 20px;
  }
  .about-section4 .swiper {
    width: 100%;
    height: auto;
  }
  .about-section4 .about-section4-swiper > .swiper-wrapper > .swiper-slide {
    display: block;
  }
  .about-section4 .about-section4-swiper-text {
    height: 235px;
  }
  .about-section4 .about-section4-swiper-text .swiper-slide {
    height: 70px;
  }
  .about-section4 .about-section4-swiper-text .swiper-slide.swiper-slide-active {
    height: 60px;
  }
  .about-section4 .about-section4-swiper-text .swiper-slide.swiper-slide-prev {
    opacity: 0.8;
  }
  .about-section4 .about-section4-swiper-text .swiper-slide.swiper-slide-next {
    opacity: 0.8;
  }
  .about-section4 .about-section4-swiper-text .text {
    font-size: 9px;
  }
  .about-section4 .about-section4-swiper-img {
    transform: translateY(0);
    width: 100%;
    height: auto;
  }
  .about-section4 .about-section4-swiper-img .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .about-section4 .about-section4-swiper-img .swiper-slide {
    width: 45%;
    display: block;
    height: auto;
    margin-left: 0;
    margin-bottom: 15px;
    filter: none;
  }
  .about-section4 .about-section4-swiper-img .swiper-slide .text {
    font-size: 12px;
    color: #333;
    line-height: 1.4;
    margin-top: 20px;
    text-align: center;
  }
  .about-section4 .about-section4-swiper-img .swiper-slide .image {
    transform: translateY(0);
    height: 150px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none !important;
  }
  .about-section4 .about-section4-swiper-img .swiper-slide .image img {
    height: auto;
    max-height: 100%;
  }
  .about-section4 .about-section4-swiper-img .swiper-slide.swiper-slide-active {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .about-section4 .about-section4-swiper-img .swiper-slide.swiper-slide-prev {
    margin-left: 115px;
  }
  .about-section4 .about-section4-swiper-img .swiper-slide.swiper-slide-prev .image {
    height: 50px;
  }
  .about-section4 .about-section4-swiper-img .swiper-slide.swiper-slide-next {
    margin-left: 115px;
  }
  .about-section4 .about-section4-swiper-img .swiper-slide.swiper-slide-next .image {
    height: 50px;
  }
  .about-section4 .about-section4-swiper-img .swiper-slide.swiper-slide-next ~ .swiper-slide .image {
    transform: translateY(-50px);
  }
}
/* ==================== 关于我们 - 板块四 End ==================== */
/* ==================== 关于我们 - 板块五 Start ==================== */
.about-section5 {
  padding-bottom: 9.896vw;
}
.about-section5 .item {
  border-radius: 0.521vw;
  overflow: hidden;
  position: relative;
  display: block;
}
.about-section5 .item:hover .info .icon,
.about-section5 .item:hover .info .text {
  transform: translateX(1.563vw);
}
.about-section5 .item:hover .bg-image img {
  transform: scale(1.1);
}
.about-section5 .item .info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 3.125vw;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  background: -webkit-linear-gradient(to right, rgba(207, 59, 27, 0.9) 35%, transparent);
  background: -o-linear-gradient(to right, rgba(207, 59, 27, 0.9) 35%, transparent);
  background: -moz-linear-gradient(to right, rgba(207, 59, 27, 0.9) 35%, transparent);
  background: linear-gradient(to right, rgba(207, 59, 27, 0.9) 35%, transparent);
  z-index: 2;
}
.about-section5 .item .icon {
  width: 3.125vw;
  margin-bottom: 1.042vw;
  transition: all 0.4s;
}
.about-section5 .item .text {
  font-size: 1.25vw;
  color: #fff;
  line-height: 1.2;
  transition: all 0.4s;
}
.about-section5 .item .bg-image img {
  transition: all 1s;
}
@media screen and (min-width: 1920px) {
  .about-section5 {
    padding-bottom: 190px;
  }
  .about-section5 .item {
    border-radius: 10px;
  }
  .about-section5 .item:hover .info .icon,
  .about-section5 .item:hover .info .text {
    transform: translateX(30px);
  }
  .about-section5 .item .info {
    padding: 0 60px;
  }
  .about-section5 .item .icon {
    width: 60px;
    margin-bottom: 20px;
  }
  .about-section5 .item .text {
    font-size: 24px;
  }
}
@media screen and (max-width: 749px) {
  .about-section5 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .about-section5 .item {
    border-radius: 5px;
  }
  .about-section5 .item:hover .info .icon,
  .about-section5 .item:hover .info .text {
    transform: translateX(0);
  }
  .about-section5 .item .info {
    padding: 0 20px;
  }
  .about-section5 .item .icon {
    width: 30px;
    margin-bottom: 10px;
  }
  .about-section5 .item .text {
    font-size: 14px;
  }
}
/* ==================== 关于我们 - 板块五 End ==================== */
/* ==================== 关于我们 - 板块六 Start ==================== */
/* ==================== 关于我们 - 板块六 End ==================== */
/* ==================== 关于我们 - 板块七 Start ==================== */
/* ==================== 关于我们 - 板块七 End ==================== */
/* ==================== 关于我们 - 板块八 Start ==================== */
/* ==================== 关于我们 - 板块八 End ==================== */
/* ==================== 技术支持 - 板块一 Start ==================== */
.support-section1 {
  padding-top: 6.25vw;
  padding-bottom: 9.896vw;
}
.support-section1 .item {
  background-color: #F8F8F8;
  padding: 2.865vw 3.125vw;
  padding-bottom: 6.25vw;
  margin-bottom: 1.042vw;
}
.support-section1 .item:last-child {
  margin-bottom: 0;
}
.support-section1 .item .title {
  font-size: 1.25vw;
  color: #000;
  line-height: 1;
  position: relative;
  margin-bottom: 1.823vw;
}
.support-section1 .item .title:before {
  content: "";
  display: block;
  width: 0.208vw;
  height: 1.354vw;
  background-color: #cf3b1b;
  position: absolute;
  left: -3.125vw;
  top: 50%;
  transform: translateY(-50%);
}
.support-section1 .item .content {
  font-size: 0.833vw;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.8;
  text-align: justify;
}
.support-section1 .item .content strong {
  display: block;
  margin-bottom: 0.781vw;
  font-weight: 400;
  color: #000;
  line-height: 1.4;
}
.support-section1 .item .content table,
.support-section1 .item .content tr,
.support-section1 .item .content th,
.support-section1 .item .content td {
  border-collapse: collapse;
}
.support-section1 .item .content table {
  width: 100%;
  margin-top: 1.042vw;
  margin-bottom: 1.563vw;
}
.support-section1 .item .content td {
  border: 1px solid #DFDFDF;
  padding: 1.042vw 2.604vw;
}
.support-section1 .tip {
  font-size: 0.833vw;
  color: #d94120;
  line-height: 1.4;
  margin-top: 1.302vw;
}
@media screen and (min-width: 1920px) {
  .support-section1 {
    padding-top: 120px;
    padding-bottom: 190px;
  }
  .support-section1 .item {
    padding: 55px 60px;
    padding-bottom: 120px;
    margin-bottom: 20px;
  }
  .support-section1 .item .title {
    font-size: 24px;
    margin-bottom: 35px;
  }
  .support-section1 .item .title:before {
    width: 4px;
    height: 26px;
    left: -60px;
  }
  .support-section1 .item .content {
    font-size: 16px;
  }
  .support-section1 .item .content strong {
    margin-bottom: 15px;
  }
  .support-section1 .item .content table {
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .support-section1 .item .content td {
    padding: 20px 50px;
  }
  .support-section1 .tip {
    font-size: 16px;
    margin-top: 25px;
  }
}
@media screen and (max-width: 749px) {
  .support-section1 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .support-section1 .item {
    padding: 30px 20px;
    padding-bottom: 60px;
    margin-bottom: 10px;
  }
  .support-section1 .item .title {
    font-size: 18px;
    margin-bottom: 25px;
  }
  .support-section1 .item .title:before {
    width: 4px;
    height: 13px;
    left: -20px;
  }
  .support-section1 .item .content {
    font-size: 14px;
  }
  .support-section1 .item .content strong {
    font-size: 14px;
    margin-bottom: 12px;
  }
  .support-section1 .item .content table {
    margin-top: 10px;
    margin-bottom: 30px;
  }
  .support-section1 .item .content td {
    border: 1px solid #DFDFDF;
    padding: 10px 13px;
  }
  .support-section1 .tip {
    font-size: 12px;
    margin-top: 15px;
  }
}
/* ==================== 技术支持 - 板块一 End ==================== */
/* ==================== 品质保证 - 板块一 Start ==================== */
.support2-section1 {
  padding-top: 6.25vw;
  padding-bottom: 10.417vw;
}
.support2-section1 .head {
  margin-bottom: 3.125vw;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.support2-section1 .head .title .text1 {
  font-size: 1.563vw;
  color: #000;
  line-height: 1.1;
  margin-bottom: 0.781vw;
}
.support2-section1 .head .title .text2 {
  font-size: 0.833vw;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.4;
}
.support2-section1 .head .tabs {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.support2-section1 .head .tab-item {
  font-size: 0.833vw;
  color: rgba(0, 0, 0, 0.6);
  padding-bottom: 0.729vw;
  border-bottom: 0.052vw solid transparent;
  transition: all 0.4s;
  display: block;
  margin-right: 1.823vw;
  margin-bottom: 1.042vw;
}
.support2-section1 .head .tab-item:last-child {
  margin-right: 0;
}
.support2-section1 .head .tab-item:hover,
.support2-section1 .head .tab-item.active {
  color: #cf3b1b;
  border-bottom-color: inherit;
}
.support2-section1 .swiper-slide {
  padding: 0.521vw;
}
.support2-section1 .item {
  display: block;
  text-align: center;
  box-shadow: 0vw 0vw 0.469vw 0vw rgba(4, 0, 0, 0.08);
  padding-top: 3.906vw;
  padding-bottom: 3.906vw;
}
.support2-section1 .item .image {
  width: 9.375vw;
  margin-left: auto;
  margin-right: auto;
}
.support2-section1 .item .text {
  margin-top: 1.563vw;
  font-size: 1.042vw;
  color: #000;
  line-height: 1.1;
  padding: 0 1.563vw;
}
.support2-section1 .bottom {
  margin-top: 3.125vw;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.support2-section1 .btn-group {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 3.125vw;
}
.support2-section1 .btn-group .swiper-button-prev {
  margin-right: 0.833vw;
}
.support2-section1 .btn-group .swiper-button-prev,
.support2-section1 .btn-group .swiper-button-next {
  position: static;
}
.support2-section1 .swiper-scrollbar {
  min-width: 0;
  flex-grow: 1;
  height: 0.104vw;
  background-color: #F0F0F0;
}
.support2-section1 .swiper-scrollbar .swiper-scrollbar-drag {
  background-color: #cf3b1b;
  cursor: pointer;
}
@media screen and (min-width: 1920px) {
  .support2-section1 {
    padding-top: 120px;
    padding-bottom: 200px;
  }
  .support2-section1 .head {
    margin-bottom: 60px;
  }
  .support2-section1 .head .title .text1 {
    font-size: 30px;
    margin-bottom: 15px;
  }
  .support2-section1 .head .title .text2 {
    font-size: 16px;
  }
  .support2-section1 .head .tab-item {
    font-size: 16px;
    padding-bottom: 14px;
    border-bottom: 1px solid transparent;
    margin-right: 35px;
    margin-bottom: 20px;
  }
  .support2-section1 .swiper-slide {
    padding: 10px;
  }
  .support2-section1 .item {
    box-shadow: 0px 0px 9px 0px rgba(4, 0, 0, 0.08);
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .support2-section1 .item .image {
    width: 180px;
  }
  .support2-section1 .item .text {
    margin-top: 30px;
    font-size: 20px;
    padding: 0 30px;
  }
  .support2-section1 .bottom {
    margin-top: 60px;
  }
  .support2-section1 .btn-group {
    margin-right: 60px;
  }
  .support2-section1 .btn-group .swiper-button-prev {
    margin-right: 16px;
  }
  .support2-section1 .swiper-scrollbar {
    height: 2px;
  }
}
@media screen and (max-width: 749px) {
  .support2-section1 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .support2-section1 .head {
    margin-bottom: 30px;
    display: block;
  }
  .support2-section1 .head .title {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
  .support2-section1 .head .title .text1 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .support2-section1 .head .title .text2 {
    font-size: 12px;
  }
  .support2-section1 .head .tabs {
    width: 100%;
    justify-content: center;
  }
  .support2-section1 .head .tab-item {
    font-size: 14px;
    padding-bottom: 7px;
    border-bottom: 1px solid transparent;
    margin-right: 18px;
    margin-bottom: 10px;
  }
  .support2-section1 .swiper-slide {
    padding: 10px;
  }
  .support2-section1 .item {
    box-shadow: 0px 0px 9px 0px rgba(4, 0, 0, 0.08);
    padding: 20px 10px;
  }
  .support2-section1 .item .image {
    width: 90px;
  }
  .support2-section1 .item .text {
    margin-top: 15px;
    font-size: 12px;
    padding: 0 10px;
  }
  .support2-section1 .bottom {
    margin-top: 30px;
  }
  .support2-section1 .btn-group {
    margin-right: 30px;
  }
  .support2-section1 .btn-group .swiper-button-prev {
    margin-right: 8px;
  }
  .support2-section1 .swiper-scrollbar {
    height: 2px;
  }
}
/* ==================== 品质保证 - 板块一 End ==================== */
/* ==================== 下载中心 - Banner Start ==================== */
.support3-rain {
  position: relative;
  background: -webkit-linear-gradient(10deg, #1F0601, #591101);
  background: -o-linear-gradient(10deg, #1F0601, #591101);
  background: -moz-linear-gradient(10deg, #1F0601, #591101);
  background: linear-gradient(10deg, #1F0601, #591101);
}
.support3-rain .arrow {
  position: absolute;
  top: 20%;
  right: 22vw;
  width: 8vw;
  animation: support3-banner-ani 1s infinite linear alternate;
}
.support3-rain .arrow img {
  width: 100%;
}
@keyframes support3-banner-ani {
  0% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(15px);
  }
}
@media screen and (min-width: 1920px) {
  .support3-rain {
    position: relative;
    background: -webkit-linear-gradient(10deg, #1F0601, #591101);
    background: -o-linear-gradient(10deg, #1F0601, #591101);
    background: -moz-linear-gradient(10deg, #1F0601, #591101);
    background: linear-gradient(10deg, #1F0601, #591101);
  }
  .support3-rain .arrow {
    position: absolute;
    top: 20%;
    width: 154px;
  }
}
@media screen and (max-width: 749px) {
  .support3-rain .arrow {
    right: 211.4px;
    width: 77.6px;
  }
  .support3-rain .arrow img {
    width: 50%;
  }
}
/* ==================== 下载中心 - Banner End ==================== */
/* ==================== 下载中心 - 板块一 Start ==================== */
.support3-section1 {
  padding-top: 6.25vw;
  padding-bottom: 11.979vw;
}
.support3-section1 .body {
  display: flex;
  align-items: stretch;
}
.support3-section1 .tabs {
  flex-shrink: 0;
  width: 10.938vw;
  margin-right: 3.906vw;
  border-top: 0.052vw solid rgba(0, 0, 0, 0.06);
}
.support3-section1 .tabs .tab-item {
  padding-top: 1.302vw;
  padding-bottom: 1.302vw;
  border-bottom: 0.052vw solid rgba(0, 0, 0, 0.06);
  font-size: 0.833vw;
  color: rgba(0, 0, 0, 0.6);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.support3-section1 .tabs .tab-item:hover,
.support3-section1 .tabs .tab-item.active {
  color: #cf3b1b;
}
.support3-section1 .tabs .tab-item:hover:before,
.support3-section1 .tabs .tab-item.active:before {
  display: block;
}
.support3-section1 .tabs .tab-item:before {
  content: "";
  width: 0.156vw;
  height: 0.781vw;
  background-color: #cf3b1b;
  margin-right: 0.729vw;
  display: none;
}
.support3-section1 .itembox {
  display: flex;
  flex-wrap: wrap;
}
.support3-section1 .itembox .item {
  width: 32.5%;
  display: block;
  background-color: #ffffff;
  box-shadow: 0vw 0vw 0.469vw 0vw rgba(4, 0, 0, 0.08);
  position: relative;
}
.support3-section1 .itembox .item:nth-child(3n-1) {
  margin-left: 1.25%;
  margin-right: 1.25%;
}
.support3-section1 .itembox .item:nth-child(3) ~ .item {
  margin-top: 1.25vw;
}
.support3-section1 .itembox .btn-group {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 1.302vw;
  padding-bottom: 1.302vw;
}
.support3-section1 .itembox .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.521vw 0.781vw;
  border: 0.052vw solid rgba(0, 0, 0, 0.1);
  font-size: 0.833vw;
  color: rgba(0, 0, 0, 0.6);
  margin-right: 0.417vw;
  transition: all 0.4s;
}
.support3-section1 .itembox .btn:hover {
  background-color: #cf3b1b;
  color: #fff;
}
.support3-section1 .itembox .btn:last-child {
  margin-right: 0;
}
.support3-section1 .itembox .btn .icon {
  margin-right: 0.521vw;
}
.support3-section1 .itembox .text {
  font-size: 1.042vw;
  color: rgba(0, 0, 0, 0.6);
  padding: 1.563vw 1.042vw;
  text-align: center;
}
.support3-section1 .itembox .video {
  position: relative;
}
.support3-section1 .itembox .video::after {
  content: "";
  display: block;
  background: url('../images/img181@100x100.png') no-repeat center;
  width: 2.917vw;
  height: 2.917vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-size: 100%;
}
@media screen and (min-width: 1920px) {
  .support3-section1 {
    padding-top: 120px;
    padding-bottom: 230px;
  }
  .support3-section1 .tabs {
    width: 210px;
    margin-right: 75px;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
  }
  .support3-section1 .tabs .tab-item {
    padding-top: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    font-size: 16px;
  }
  .support3-section1 .tabs .tab-item:before {
    width: 3px;
    height: 15px;
    margin-right: 14px;
  }
  .support3-section1 .itembox .item {
    box-shadow: 0px 0px 9px 0px rgba(4, 0, 0, 0.08);
  }
  .support3-section1 .itembox .item:nth-child(3) ~ .item {
    margin-top: 24px;
  }
  .support3-section1 .itembox .btn-group {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .support3-section1 .itembox .btn {
    padding: 10px 15px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 16px;
    margin-right: 8px;
  }
  .support3-section1 .itembox .btn .icon {
    margin-right: 10px;
  }
  .support3-section1 .itembox .text {
    font-size: 20px;
    padding: 30px 20px;
  }
  .support3-section1 .itembox .video::after {
    width: 56px;
    height: 56px;
  }
}
@media screen and (max-width: 749px) {
  .support3-section1 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .support3-section1 .body {
    display: block;
  }
  .support3-section1 .tabs {
    display: flex;
    width: 100%;
    margin-right: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  .support3-section1 .tabs .tab-item {
    width: 33.33%;
    padding-top: 13px;
    padding-bottom: 13px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    font-size: 14px;
  }
  .support3-section1 .tabs .tab-item:before {
    width: 3px;
    height: 8px;
    margin-right: 7px;
  }
  .support3-section1 .itembox .item {
    width: 48%;
    box-shadow: 0px 0px 9px 0px rgba(4, 0, 0, 0.08);
    margin: 0 !important;
  }
  .support3-section1 .itembox .item:nth-child(2n) {
    margin-left: 4% !important;
  }
  .support3-section1 .itembox .item:nth-child(2) ~ .item {
    margin-top: 4% !important;
  }
  .support3-section1 .itembox .item:nth-child(3) ~ .item {
    margin-top: 12px;
  }
  .support3-section1 .itembox .btn-group {
    display: block;
    padding: 10px;
  }
  .support3-section1 .itembox .btn {
    width: 100%;
    padding: 5px 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 12px;
    margin-right: 0;
  }
  .support3-section1 .itembox .btn:last-child {
    margin-top: 10px;
  }
  .support3-section1 .itembox .btn .icon {
    margin-right: 10px;
  }
  .support3-section1 .itembox .text {
    font-size: 14px;
    padding: 15px 5px;
  }
  .support3-section1 .itembox .video::after {
    width: 20px;
    height: 20px;
  }
}
/* ==================== 下载中心 - 板块一 End ==================== */
/* ==================== 产品详情 - 板块一 Start ==================== */
.product-desc-section1 {
  padding-top: 6.771vw;
  padding-bottom: 7.552vw;
}
.product-desc-section1 .product-zoom {
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: 8.33rem;
  margin-left: 0.33rem;
  overflow: hidden;
  display: none;
  z-index: 99;
  background-color: #fff;
  border: 1px solid #eee;
}
.product-desc-section1 .product-zoom img {
  width: 200%;
  max-width: inherit;
}
.product-desc-section1 .body {
  display: flex;
  justify-content: space-between;
}
.product-desc-section1 .left-body {
  position: relative;
  width: 43.75%;
  z-index: 14;
}
.product-desc-section1 .left-body .product-desc-section1-swiper1 {
  position: relative;
  background-color: #ffffff;
  box-shadow: 0vw 0vw 0.469vw 0vw rgba(4, 0, 0, 0.08);
}
.product-desc-section1 .left-body .product-desc-section1-swiper1 .swiper-button-prev,
.product-desc-section1 .left-body .product-desc-section1-swiper1 .swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
}
.product-desc-section1 .left-body .product-desc-section1-swiper1 .swiper-button-prev {
  left: 1.563vw;
}
.product-desc-section1 .left-body .product-desc-section1-swiper1 .swiper-button-next {
  right: 1.563vw;
}
.product-desc-section1 .left-body .product-desc-section1-swiper2 {
  margin-top: 0.521vw;
  padding-right: 5.729vw;
  margin-left: -0.521vw;
}
.product-desc-section1 .left-body .product-desc-section1-swiper2 .swiper-slide {
  padding: 0.521vw;
  cursor: pointer;
}
.product-desc-section1 .left-body .product-desc-section1-swiper2 .image {
  background-color: #ffffff;
  box-shadow: 0vw 0vw 0.469vw 0vw rgba(4, 0, 0, 0.08);
}
.product-desc-section1 .right-body {
  width: 49%;
}
.product-desc-section1 .right-body .text1 {
  font-size: 2.083vw;
  color: #000;
  line-height: 1.1;
  padding-bottom: 1.563vw;
  border-bottom: 1px solid #F0F0F0;
  margin-bottom: 1.563vw;
  font-family: "Montserrat-Regular";
}
.product-desc-section1 .right-body .text2 {
  font-size: 0.833vw;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.8;
  text-align: justify;
  margin-bottom: 4.167vw;
}
.product-desc-section1 .right-body .text3 {
  font-size: 1.563vw;
  border-bottom: 1px solid #F0F0F0;
  padding-bottom: 1.563vw;
  margin-bottom: 1.563vw;
}
.product-desc-section1 .right-body .itembox {
  margin-bottom: 3.125vw;
}
.product-desc-section1 .right-body .item {
  border: 0.052vw solid rgba(0, 0, 0, 0.06);
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 1.563vw 1.042vw;
  transition: all 0.4s;
}
.product-desc-section1 .right-body .item:hover {
  background-color: #cf3b1b;
}
.product-desc-section1 .right-body .item:hover .text {
  color: #fff;
}
.product-desc-section1 .right-body .item:hover .icon {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.product-desc-section1 .right-body .item .icon {
  width: 1.146vw;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.781vw;
  transition: all 0.4s;
}
.product-desc-section1 .right-body .item .text {
  font-size: 0.833vw;
  color: #000;
  transition: all 0.4s;
}
.product-desc-section1 .right-body .more-btn {
  width: 13.021vw;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0.052vw solid rgba(0, 0, 0, 0.06);
  padding: 1.042vw;
}
.product-desc-section1 .right-body .more-btn:hover {
  background-color: #cf3b1b;
  transition: all 0.4s;
}
.product-desc-section1 .right-body .more-btn:hover .text {
  color: #fff;
}
.product-desc-section1 .right-body .more-btn .icon {
  width: 0.938vw;
  flex-shrink: 0;
  margin-right: 0.729vw;
  font-size: 0.625vw;
}
.product-desc-section1 .right-body .more-btn .text {
  font-size: 1.042vw;
  color: #cf3b1b;
  line-height: 1.1;
}
@media screen and (min-width: 1920px) {
  .product-desc-section1 {
    padding-top: 130px;
    padding-bottom: 145px;
  }
  .product-desc-section1 .left-body .product-desc-section1-swiper1 {
    box-shadow: 0px 0px 9px 0px rgba(4, 0, 0, 0.08);
  }
  .product-desc-section1 .left-body .product-desc-section1-swiper1 .swiper-button-prev {
    left: 30px;
  }
  .product-desc-section1 .left-body .product-desc-section1-swiper1 .swiper-button-next {
    right: 30px;
  }
  .product-desc-section1 .left-body .product-desc-section1-swiper2 {
    margin-top: 10px;
    padding-right: 110px;
    margin-left: -10px;
  }
  .product-desc-section1 .left-body .product-desc-section1-swiper2 .swiper-slide {
    padding: 10px;
  }
  .product-desc-section1 .left-body .product-desc-section1-swiper2 .image {
    box-shadow: 0px 0px 9px 0px rgba(4, 0, 0, 0.08);
  }
  .product-desc-section1 .right-body .text1 {
    font-size: 40px;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .product-desc-section1 .right-body .text2 {
    font-size: 16px;
    margin-bottom: 80px;
  }
  .product-desc-section1 .right-body .text3 {
    font-size: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .product-desc-section1 .right-body .itembox {
    margin-bottom: 60px;
  }
  .product-desc-section1 .right-body .item {
    border: 1px solid rgba(0, 0, 0, 0.06);
    padding: 30px 20px;
  }
  .product-desc-section1 .right-body .item .icon {
    width: 22px;
    margin-bottom: 15px;
  }
  .product-desc-section1 .right-body .item .text {
    font-size: 16px;
  }
  .product-desc-section1 .right-body .more-btn {
    width: 250px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    padding: 20px;
  }
  .product-desc-section1 .right-body .more-btn .icon {
    width: 18px;
    margin-right: 14px;
    font-size: 12px;
  }
  .product-desc-section1 .right-body .more-btn .text {
    font-size: 20px;
  }
}
@media screen and (max-width: 749px) {
  .product-desc-section1 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .product-desc-section1 .product-zoom {
    display: none!important;
    border: 1px solid #eee;
  }
  .product-desc-section1 .body {
    display: block;
  }
  .product-desc-section1 .left-body {
    width: 100%;
  }
  .product-desc-section1 .left-body .product-desc-section1-swiper1 {
    box-shadow: 0px 0px 9px 0px rgba(4, 0, 0, 0.08);
  }
  .product-desc-section1 .left-body .product-desc-section1-swiper1 .swiper-button-prev {
    left: 8px;
  }
  .product-desc-section1 .left-body .product-desc-section1-swiper1 .swiper-button-next {
    right: 15px;
  }
  .product-desc-section1 .left-body .product-desc-section1-swiper2 {
    margin-top: 5px;
    padding-right: 55px;
    margin-left: -10px;
  }
  .product-desc-section1 .left-body .product-desc-section1-swiper2 .swiper-slide {
    padding: 8px;
  }
  .product-desc-section1 .left-body .product-desc-section1-swiper2 .image {
    box-shadow: 0px 0px 9px 0px rgba(4, 0, 0, 0.08);
  }
  .product-desc-section1 .right-body {
    width: 100%;
    margin-top: 30px;
  }
  .product-desc-section1 .right-body .text1 {
    font-size: 18px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .product-desc-section1 .right-body .text2 {
    font-size: 14px;
    margin-bottom: 30px;
  }
  .product-desc-section1 .right-body .text3 {
    font-size: 15px;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .product-desc-section1 .right-body .itembox {
    margin-bottom: 15px;
  }
  .product-desc-section1 .right-body .item {
    border: 1px solid rgba(0, 0, 0, 0.06);
    padding: 20px 10px;
  }
  .product-desc-section1 .right-body .item .icon {
    width: 20px;
    margin-bottom: 10px;
  }
  .product-desc-section1 .right-body .item .text {
    font-size: 12px;
  }
  .product-desc-section1 .right-body .more-btn {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.06);
    padding: 15px 10px;
  }
  .product-desc-section1 .right-body .more-btn .icon {
    width: 16px;
    margin-right: 7px;
    font-size: 12px;
  }
  .product-desc-section1 .right-body .more-btn .text {
    font-size: 14px;
  }
}
/* ==================== 产品详情 - 板块一 End ==================== */
/* ==================== 产品详情 - 板块二 Start ==================== */
.product-desc-section2 {
  background-color: #fff;
  padding-bottom: 7.813vw;
}
.product-desc-section2 .tabs {
  display: flex;
  align-items: stretch;
  justify-content: center;
  border-bottom: 1px solid #F0F0F0;
  margin-bottom: 3.906vw;
}
.product-desc-section2 .tabs .tab-item {
  padding: 1.042vw;
  min-width: 11.458vw;
  background-color: #eee;
  color: rgba(0, 0, 0, 0.6);
  text-align: center;
  font-size: 1.042vw;
  cursor: pointer;
  transition: all 0.4s;
}
.product-desc-section2 .tabs .tab-item.active,
.product-desc-section2 .tabs .tab-item:hover {
  background-color: #cf3b1b;
  color: #fff;
}
.product-desc-section2 .table {
  width: 100%;
}
.product-desc-section2 .table table {
  border-collapse: collapse;
  width: 100%;
}
.product-desc-section2 .table table th {
  background-color: #EEEEEE;
  padding-top: 1.563vw;
  padding-bottom: 1.563vw;
  text-align: center;
  color: #000;
  font-size: 1.25vw;
  font-family: "Alibaba_PuHuiTi_Regular";
  font-weight: 400;
}
.product-desc-section2 .table table td {
  border: 1px solid #eee;
  padding: 1.042vw;
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.833vw;
}
.product-desc-section2 .table table td strong {
  font-weight: 400;
  color: #000;
  display: block;
  text-align: center;
  font-size: 1.042vw;
}
.product-desc-section2 .content {
  display: table;
  margin-left: auto;
  margin-right: auto;
  font-size: 0.833vw;
  line-height: 1.8;
}
.product-desc-section2 .swiper-slide {
  padding-bottom: 10px;
}
@media screen and (min-width: 1920px) {
  .product-desc-section2 {
    padding-bottom: 150px;
  }
  .product-desc-section2 .tabs {
    border-bottom: 1px solid #F0F0F0;
    margin-bottom: 75px;
  }
  .product-desc-section2 .tabs .tab-item {
    padding: 20px;
    min-width: 220px;
    font-size: 20px;
  }
  .product-desc-section2 .table table th {
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 24px;
  }
  .product-desc-section2 .table table td {
    border: 1px solid #eee;
    padding: 20px;
    font-size: 16px;
  }
  .product-desc-section2 .table table td strong {
    font-size: 20px;
  }
  .product-desc-section2 .content {
    font-size: 16px;
  }
}
@media screen and (max-width: 749px) {
  .product-desc-section2 {
    padding-bottom: 38px;
  }
  .product-desc-section2 .tabs {
    border-bottom: 1px solid #F0F0F0;
    margin-bottom: 30px;
  }
  .product-desc-section2 .tabs .tab-item {
    padding: 10px;
    min-width: 110px;
    font-size: 14px;
  }
  .product-desc-section2 .table table th {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 14px;
  }
  .product-desc-section2 .table table td {
    border: 1px solid #eee;
    padding: 10px;
    font-size: 12px;
  }
  .product-desc-section2 .table table td strong {
    font-size: 12px;
  }
  .product-desc-section2 .content {
    font-size: 14px;
  }
}
/* ==================== 产品详情 - 板块二 End ==================== */
/* ==================== 产品详情 - 板块三 Start ==================== */
.product-desc-section3 {
  padding-top: 6.25vw;
  padding-bottom: 9.375vw;
  background-color: #f9f9f9;
}
.product-desc-section3 .ny-title {
  margin-bottom: 3.125vw;
}
.product-desc-section3 .product-desc-section3-swiper .swiper-slide {
  height: auto;
}
.product-desc-section3 .item {
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
}
.product-desc-section3 .item .image {
  display: block;
  flex-shrink: 0;
  width: 100%;
}
.product-desc-section3 .item .info {
  width: 100%;
  background-color: #fff;
  padding: 2.344vw 2.083vw;
  min-width: 0;
  flex-grow: 1;
}
.product-desc-section3 .item .info .date {
  font-size: 0.729vw;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.1;
  margin-bottom: 1.042vw;
  font-family: "Montserrat-Light";
}
.product-desc-section3 .item .info .title {
  font-size: 1.042vw;
  color: #000;
  line-height: 1.4;
  margin-bottom: 0.781vw;
  transition: all 0.4s;
}
.product-desc-section3 .item .info .title:hover {
  color: #cf3b1b;
}
.product-desc-section3 .item .info .desc {
  font-size: 0.833vw;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.6;
}
.product-desc-section3 .item .info .more-btn {
  margin-top: 2.083vw;
  font-size: 0.833vw;
  color: #cf3b1b;
  display: table;
  border-bottom: 1px solid;
  padding-bottom: 0.521vw;
  transition: all 0.4s;
}
.product-desc-section3 .item .info .more-btn:hover {
  transform: translateX(0.26vw);
}
@media screen and (min-width: 1920px) {
  .product-desc-section3 {
    padding-top: 120px;
    padding-bottom: 180px;
  }
  .product-desc-section3 .ny-title {
    margin-bottom: 60px;
  }
  .product-desc-section3 .item .info {
    padding: 45px 40px;
  }
  .product-desc-section3 .item .info .date {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .product-desc-section3 .item .info .title {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .product-desc-section3 .item .info .desc {
    font-size: 16px;
  }
  .product-desc-section3 .item .info .more-btn {
    margin-top: 40px;
    font-size: 16px;
    border-bottom: 1px solid;
    padding-bottom: 10px;
  }
  .product-desc-section3 .item .info .more-btn:hover {
    transform: translateX(5px);
  }
}
@media screen and (max-width: 749px) {
  .product-desc-section3 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .product-desc-section3 .ny-title {
    margin-bottom: 30px;
  }
  .product-desc-section3 .product-desc-section3-swiper .swiper-slide {
    width: 100%;
    margin-right: 2%;
  }
  .product-desc-section3 .item .info {
    padding: 20px 10px;
  }
  .product-desc-section3 .item .info .date {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .product-desc-section3 .item .info .title {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .product-desc-section3 .item .info .desc {
    font-size: 12px;
  }
  .product-desc-section3 .item .info .more-btn {
    margin-top: 30px;
    font-size: 12px;
    border-bottom: 1px solid;
    padding-bottom: 5px;
  }
  .product-desc-section3 .item .info .more-btn:hover {
    transform: translateX(5px);
  }
}
/* ==================== 产品详情 - 板块三 End ==================== */
/* ==================== 产品中心 - 板块一 Start ==================== */
.product-section1 {
  padding-top: 6.25vw;
  padding-bottom: 11.458vw;
}
.product-section1 .list-item {
  margin-bottom: 5.208vw;
}
.product-section1 .list-item:last-child {
  margin-bottom: 0;
}
.product-section1 .ny-title {
  text-align: left;
  margin-bottom: 2.083vw;
  display: block;
}
.product-section1 .itembox {
  display: flex;
  flex-wrap: wrap;
}
.product-section1 .item {
  width: 24.375%;
  margin-right: 0.8333%;
  background-color: #fff;
  box-shadow: 0vw 0vw 0.469vw 0vw rgba(4, 0, 0, 0.08);
  border-radius: 0.26vw;
  padding-top: 1.563vw;
  padding-bottom: 2.083vw;
  transition: all 0.4s;
  background: url(../images/img029@150x120.png) no-repeat;
  background-size: 80% auto;
  background-position: 100% 100%;
}
.product-section1 .item:hover {
  background-color: #cf3b1b;
  background-position: center center;
}
.product-section1 .item:hover .image img {
  transform: scale(1.3);
}
.product-section1 .item:hover .title {
  color: #fff;
}
.product-section1 .item:nth-child(4n) {
  margin-right: 0;
}
.product-section1 .item:nth-child(4) ~ .item {
  margin-top: 0.8333%;
}
.product-section1 .item .image img {
  width: 100%;
}
.product-section1 .item .title {
  padding-left: 1.042vw;
  padding-right: 1.042vw;
  text-align: center;
  font-family: "Montserrat-Regular";
  font-size: 1.042vw;
  line-height: 1.1;
  transition: all 0.4s;
  color: #000;
}
@media screen and (min-width: 1920px) {
  .product-section1 {
    padding-top: 120px;
    padding-bottom: 220px;
  }
  .product-section1 .list-item {
    margin-bottom: 100px;
  }
  .product-section1 .ny-title {
    margin-bottom: 40px;
  }
  .product-section1 .item {
    box-shadow: 0px 0px 9px 0px rgba(4, 0, 0, 0.08);
    border-radius: 5px;
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .product-section1 .item .title {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 20px;
  }
}
@media screen and (max-width: 749px) {
  .product-section1 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .product-section1 .list-item {
    margin-bottom: 50px;
  }
  .product-section1 .ny-title {
    margin-bottom: 20px;
  }
  .product-section1 .item {
    box-shadow: 0px 0px 4px 0px rgba(4, 0, 0, 0.08);
    border-radius: 5px;
    padding-top: 15px;
    padding-bottom: 10px;
    width: 49%;
    margin-right: 2%;
  }
  .product-section1 .item:nth-child(2n) {
    margin-right: 0;
  }
  .product-section1 .item:nth-child(2) ~ .item {
    margin-top: 10px;
  }
  .product-section1 .item .title {
    padding-left: 10px;
    padding-right: 20px;
    font-size: 14px;
  }
}
/* ==================== 产品中心 - 板块一 End ==================== */
/* ==================== 新闻中心 - Banner Start ==================== */
.news-main .ny-banner .waves {
  width: 100%;
  height: 550px;
  background-color: #00081B;
}
.news-main .ny-banner .waves canvas {
  width: 100%;
  height: 100%;
}
/* ==================== 新闻中心 - Banner End ==================== */
/* ==================== 新闻中心 - 板块一 Start ==================== */
.news-section1 {
  background-color: #fff;
  padding-top: 6.771vw;
  padding-bottom: 5.208vw;
}
.news-section1 .item {
  display: flex;
  align-items: stretch;
}
.news-section1 .item-left {
  color: #fff;
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 3.646vw 3.125vw;
  background-color: #cf3b1b;
  width: 26.25%;
}
.news-section1 .item-left .date {
  font-size: 0.833vw;
  line-height: 1;
  margin-bottom: 1.042vw;
  opacity: 0.6;
}
.news-section1 .item-left .title {
  font-size: 1.563vw;
  line-height: 1.4em;
}
.news-section1 .item-left .desc {
  font-size: 0.833vw;
  line-height: 1.6em;
  margin-top: 2.083vw;
  flex-grow: 1;
  min-width: 0;
}
.news-section1 .item-left .more-btn {
  font-size: 0.833vw;
  line-height: 1.1em;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0.938vw;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 2.604vw;
  color: #fff;
}
.news-section1 .item-left .swiper-pagination {
  position: static;
}
.news-section1 .item-left .swiper-pagination .swiper-pagination-bullet {
  width: 0.625vw;
  height: 0.625vw;
  border-radius: 100%;
  background-color: #fff;
  opacity: 0.2;
  margin-right: 0.521vw;
}
.news-section1 .item-left .swiper-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.news-section1 .item-left .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.news-section1 .item-right {
  width: 73.75%;
}
@media screen and (min-width: 1920px) {
  .news-section1 {
    padding-top: 130px;
    padding-bottom: 100px;
  }
  .news-section1 .item-left {
    padding: 70px 60px;
  }
  .news-section1 .item-left .date {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .news-section1 .item-left .title {
    font-size: 30px;
  }
  .news-section1 .item-left .desc {
    font-size: 16px;
    margin-top: 40px;
  }
  .news-section1 .item-left .more-btn {
    font-size: 16px;
    padding-bottom: 18px;
    margin-bottom: 50px;
  }
  .news-section1 .item-left .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 749px) {
  .news-section1 {
    padding-top: 65px;
    padding-bottom: 25px;
  }
  .news-section1 .item {
    display: block;
  }
  .news-section1 .item-left {
    width: 100%;
    padding: 35px 15px 20px;
  }
  .news-section1 .item-left .date {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .news-section1 .item-left .title {
    font-size: 18px;
  }
  .news-section1 .item-left .desc {
    font-size: 12px;
    margin-top: 20px;
  }
  .news-section1 .item-left .more-btn {
    font-size: 12px;
    line-height: 1.8;
    padding-bottom: 5px;
    margin-bottom: 20px;
    margin-top: 30px;
  }
  .news-section1 .item-left .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin-right: 8px;
  }
}
/* ==================== 新闻中心 - 板块一 End ==================== */
/* ==================== 新闻中心 - 板块二 Start ==================== */
.news-section2 {
  padding-top: 0;
  padding-bottom: 11.458vw;
  background-color: #fff;
}
.news-section2 .item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  padding-top: 2.083vw;
  padding-bottom: 2.083vw;
  border-top: 1px solid #E5E5E5;
}
.news-section2 .item:last-child {
  border-bottom: 1px solid #E5E5E5;
}
.news-section2 .item .image {
  margin-right: 3.385vw;
  flex-shrink: 0;
  width: 25.521vw;
}
.news-section2 .item .info {
  background: none;
  min-width: 0;
  flex-grow: 1;
  padding: 0;
}
.news-section2 .item .info .title {
  font-size: 1.563vw;
  font-family: "Alibaba_PuHuiTi_Regular";
}
@media screen and (min-width: 1920px) {
  .news-section2 {
    padding-bottom: 220px;
  }
  .news-section2 .item {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .news-section2 .item .image {
    margin-right: 65px;
    width: 490px;
  }
  .news-section2 .item .info .title {
    font-size: 30px;
  }
}
@media screen and (max-width: 749px) {
  .news-section2 {
    padding-bottom: 40px;
  }
  .news-section2 .item {
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
  }
  .news-section2 .item .image {
    margin-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }
  .news-section2 .item .info .title {
    font-size: 16px;
  }
}
/* ==================== 新闻中心 - 板块二 End ==================== */
/* ==================== 新闻中心 - 板块三 Start ==================== */
/* ==================== 新闻中心 - 板块三 End ==================== */
/* ==================== 新闻中心 - 板块四 Start ==================== */
/* ==================== 新闻中心 - 板块四 End ==================== */
/* ==================== 新闻中心 - 板块五 Start ==================== */
/* ==================== 新闻中心 - 板块五 End ==================== */
/* ==================== 新闻中心 - 板块六 Start ==================== */
/* ==================== 新闻中心 - 板块六 End ==================== */
/* ==================== 新闻中心 - 板块七 Start ==================== */
/* ==================== 新闻中心 - 板块七 End ==================== */
/* ==================== 新闻中心 - 板块八 Start ==================== */
/* ==================== 新闻中心 - 板块八 End ==================== */
/* ==================== 新闻详情 - 通用样式 Start ==================== */
.news-desc-main .bread-crumbs {
  border-bottom: 0;
}
/* ==================== 新闻详情 - 通用样式 Start ==================== */
/* ==================== 新闻详情 - 板块一 Start ==================== */
.news-desc-section1 {
  padding-top: 4.167vw;
  padding-bottom: 10.417vw;
  background-color: #FFFFFF;
}
.news-desc-section1 .body {
  padding-top: 5.208vw;
  width: 52.083vw;
  margin-left: auto;
  margin-right: auto;
  max-width: 90%;
}
.news-desc-section1 h1 {
  font-size: 2.083vw;
  font-weight: 400;
  text-align: center;
  margin-bottom: 2.083vw;
}
.news-desc-section1 .top {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.833vw;
  color: #acacac;
  padding-bottom: 1.042vw;
  border-bottom: 0.052vw solid #F0F0F0;
  margin-bottom: 2.604vw;
}
.news-desc-section1 .top span {
  margin-right: 2.083vw;
}
.news-desc-section1 .top span:last-child {
  margin-right: 0;
}
.news-desc-section1 .content {
  font-size: 0.833vw;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.8;
  margin-bottom: 3.646vw;
}
.news-desc-section1 .content video {
  display: block;
  width: 100%;
}
.news-desc-section1 .btn-group {
  border-top: 0.052vw solid #F0F0F0;
}
.news-desc-section1 .btn-group .btn {
  font-size: 0.833vw;
  color: rgba(0, 0, 0, 0.6);
  padding-top: 1.302vw;
  padding-bottom: 1.302vw;
  transition: all 0.4s;
  display: block;
  border-bottom: 0.052vw solid #F0F0F0;
}
.news-desc-section1 .btn-group .btn:hover {
  color: #cf3b1b;
}
@media screen and (min-width: 1920px) {
  .news-desc-section1 {
    padding-top: 80px;
    padding-bottom: 200px;
  }
  .news-desc-section1 .body {
    padding-top: 100px;
    width: 1000px;
  }
  .news-desc-section1 h1 {
    font-size: 40px;
    margin-bottom: 40px;
  }
  .news-desc-section1 .top {
    font-size: 16px;
    padding-bottom: 20px;
    border-bottom: 1px solid #F0F0F0;
    margin-bottom: 50px;
  }
  .news-desc-section1 .top span {
    margin-right: 40px;
  }
  .news-desc-section1 .content {
    font-size: 16px;
    margin-bottom: 70px;
  }
  .news-desc-section1 .btn-group {
    border-top: 1px solid #F0F0F0;
  }
  .news-desc-section1 .btn-group .btn {
    font-size: 16px;
    padding-top: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #F0F0F0;
  }
}
@media screen and (max-width: 749px) {
  .news-desc-section1 {
    padding-top: 0;
    padding-bottom: 40px;
  }
  .news-desc-section1 .body {
    width: 100%;
    max-width: 100%;
    padding-top: 0;
    padding-top: 30px;
  }
  .news-desc-section1 h1 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .news-desc-section1 .top {
    font-size: 12px;
    padding-bottom: 20px;
    border-bottom: 1px solid #F0F0F0;
    margin-bottom: 30px;
  }
  .news-desc-section1 .top span {
    margin-right: 20px;
  }
  .news-desc-section1 .content {
    font-size: 12px;
    margin-bottom: 35px;
  }
  .news-desc-section1 .btn-group {
    border-top: 1px solid #F0F0F0;
  }
  .news-desc-section1 .btn-group .btn {
    font-size: 12px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #F0F0F0;
  }
}
/* ==================== 新闻详情 - 板块一 End ==================== */
/* ==================== 合作伙伴 - 板块一 Start ==================== */
.brand-section1 {
  padding-top: 6.25vw;
  padding-bottom: 11.979vw;
}
.brand-section1 .list-item {
  margin-bottom: 5.208vw;
}
.brand-section1 .list-item:last-child {
  margin-bottom: 0;
}
.brand-section1 .ny-title {
  text-align: left;
  margin-bottom: 2.083vw;
}
.brand-section1 .itembox {
  display: flex;
  flex-wrap: wrap;
}
.brand-section1 .item {
  display: block;
  width: 24.375%;
  margin-right: 0.833%;
  background-color: #ffffff;
  box-shadow: 0vw 0vw 0.469vw 0vw rgba(4, 0, 0, 0.08);
  margin-top: 1.042vw;
}
.brand-section1 .item:nth-child(4n) {
  margin-right: 0;
}
@media screen and (min-width: 1920px) {
  .brand-section1 {
    padding-top: 120px;
    padding-bottom: 230px;
  }
  .brand-section1 .list-item {
    margin-bottom: 100px;
  }
  .brand-section1 .ny-title {
    margin-bottom: 40px;
  }
  .brand-section1 .item {
    box-shadow: 0px 0px 9px 0px rgba(4, 0, 0, 0.08);
    margin-top: 20px;
  }
}
@media screen and (max-width: 749px) {
  .brand-section1 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .brand-section1 .list-item {
    margin-bottom: 50px;
  }
  .brand-section1 .ny-title {
    margin-bottom: 10px;
  }
  .brand-section1 .item {
    width: 48%;
    margin-right: 4%;
    box-shadow: 0px 0px 6px 0px rgba(4, 0, 0, 0.08);
    margin-top: 20px;
  }
  .brand-section1 .item:nth-child(2n) {
    margin-right: 0;
  }
  .brand-section1 .item:nth-child(2) ~ .item {
    margin-top: 4%;
  }
}
/* ==================== 合作伙伴 - 板块一 End ==================== */
/* ==================== 媒体合作 - 板块一 Start ==================== */
.brand2-section1 {
  padding-top: 6.771vw;
  padding-bottom: 11.979vw;
}
.brand2-section1 .body {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  box-shadow: 0vw 0vw 0.469vw 0vw rgba(4, 0, 0, 0.08);
}
.brand2-section1 .left-body {
  width: 42%;
  padding: 1.042vw 5.729vw;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
}
.brand2-section1 .left-body .head {
  font-size: 1.563vw;
  color: #000;
  line-height: 1.2;
  width: 100%;
  border-bottom: 0.052vw solid #F0F0F0;
  position: relative;
  margin-bottom: 2.083vw;
}
.brand2-section1 .left-body .head span {
  position: relative;
  display: inline-block;
  padding-bottom: 2.083vw;
}
.brand2-section1 .left-body .head span:after {
  content: "";
  display: block;
  width: 100%;
  height: 0.052vw;
  position: absolute;
  bottom: -0.052vw;
  left: 0;
  background-color: #cf3b1b;
}
.brand2-section1 .left-body .itembox {
  width: 100%;
}
.brand2-section1 .left-body .item {
  display: flex;
  align-items: center;
  padding-top: 1.563vw;
  padding-bottom: 1.563vw;
  border-bottom: 0.052vw solid #F0F0F0;
}
.brand2-section1 .left-body .item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.brand2-section1 .left-body .item .icon {
  width: 2.708vw;
  flex-shrink: 0;
  margin-right: 0.781vw;
}
.brand2-section1 .left-body .item .info {
  min-width: 0;
  flex-grow: 1;
}
.brand2-section1 .left-body .item .text1 {
  font-size: 0.729vw;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 0.521vw;
}
.brand2-section1 .left-body .item .text2 {
  font-size: 0.833vw;
  color: #cf3b1b;
  line-height: 1.1;
  font-family: "Montserrat-Regular";
}
.brand2-section1 .image {
  width: 58%;
}
@media screen and (min-width: 1920px) {
  .brand2-section1 {
    padding-top: 130px;
    padding-bottom: 230px;
  }
  .brand2-section1 .body {
    box-shadow: 0px 0px 9px 0px rgba(4, 0, 0, 0.08);
  }
  .brand2-section1 .left-body {
    padding: 20px 110px;
  }
  .brand2-section1 .left-body .head {
    font-size: 30px;
    border-bottom: 1px solid #F0F0F0;
    margin-bottom: 40px;
  }
  .brand2-section1 .left-body .head span {
    padding-bottom: 40px;
  }
  .brand2-section1 .left-body .head span:after {
    height: 1px;
    bottom: -1px;
  }
  .brand2-section1 .left-body .item {
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #F0F0F0;
  }
  .brand2-section1 .left-body .item .icon {
    width: 52px;
    margin-right: 15px;
  }
  .brand2-section1 .left-body .item .text1 {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .brand2-section1 .left-body .item .text2 {
    font-size: 16px;
  }
}
@media screen and (max-width: 749px) {
  .brand2-section1 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .brand2-section1 .body {
    display: block;
    box-shadow: 0px 0px 9px 0px rgba(4, 0, 0, 0.08);
  }
  .brand2-section1 .left-body {
    width: 100%;
    padding: 30px 20px;
  }
  .brand2-section1 .left-body .head {
    font-size: 15px;
    border-bottom: 1px solid #F0F0F0;
    margin-bottom: 20px;
  }
  .brand2-section1 .left-body .head span {
    padding-bottom: 20px;
  }
  .brand2-section1 .left-body .head span:after {
    height: 1px;
    bottom: -1px;
  }
  .brand2-section1 .left-body .item {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #F0F0F0;
  }
  .brand2-section1 .left-body .item .icon {
    width: 40px;
    margin-right: 15px;
  }
  .brand2-section1 .left-body .item .text1 {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .brand2-section1 .left-body .item .text2 {
    font-size: 14px;
  }
  .brand2-section1 .image {
    width: 100%;
  }
}
/* ==================== 媒体合作 - 板块一 End ==================== */
/* ==================== 业务咨询 - 板块一 Start ==================== */
.brand3-section1 {
  padding-top: 6.771vw;
  padding-bottom: 9.896vw;
}
.brand3-section1 .body1 {
  position: relative;
  text-align: center;
}
.brand3-section1 .body1 .info {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  padding-top: 9.115vw;
  padding-left: 1.563vw;
  padding-right: 1.563vw;
}
.brand3-section1 .body1 .text1 {
  font-size: 1.563vw;
  color: #fff;
  line-height: 1.1;
  margin-bottom: 0.938vw;
}
.brand3-section1 .body1 .desc {
  font-size: 0.833vw;
  color: rgba(255, 255, 255, 0.6);
}
.brand3-section1 .body2 {
  background-color: #fff;
  width: 67.708vw;
  margin-left: auto;
  margin-right: auto;
  margin-top: -12.5vw;
  position: relative;
  z-index: 2;
  box-shadow: 0vw 0vw 0.417vw 0vw rgba(0, 0, 0, 0.06);
  padding: 4.688vw;
}
.brand3-section1 .form-itembox {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.brand3-section1 .form-item {
  width: 32%;
}
.brand3-section1 .form-item:nth-child(3n-1) {
  margin-left: 2%;
  margin-right: 2%;
}
.brand3-section1 .form-item:nth-child(3) ~ .form-item {
  margin-top: 2%;
}
.brand3-section1 .form-item .layui-input {
  height: 3.125vw;
  padding: 0 1.042vw;
}
.brand3-section1 .layui-textarea {
  width: 100%;
  padding: 1.042vw 1.302vw;
  resize: none;
  margin-top: 2%;
  height: 17.188vw;
}
.brand3-section1 button {
  margin-top: 3.125vw;
  width: 10.417vw;
  height: 3.125vw;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #cf3b1b;
  color: #fff;
  font-size: 0.833vw;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10.417vw;
}
@media screen and (min-width: 1920px) {
  .brand3-section1 {
    padding-top: 130px;
    padding-bottom: 190px;
  }
  .brand3-section1 .body1 .info {
    padding-top: 175px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .brand3-section1 .body1 .text1 {
    font-size: 30px;
    margin-bottom: 18px;
  }
  .brand3-section1 .body1 .desc {
    font-size: 16px;
  }
  .brand3-section1 .body2 {
    width: 1300px;
    margin-top: -240px;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.06);
    padding: 90px;
  }
  .brand3-section1 .form-item .layui-input {
    height: 60px;
    padding: 0 20px;
  }
  .brand3-section1 .layui-textarea {
    padding: 20px 25px;
    height: 330px;
  }
  .brand3-section1 button {
    margin-top: 60px;
    width: 200px;
    height: 60px;
    font-size: 16px;
    border-radius: 200px;
  }
}
@media screen and (max-width: 749px) {
  .brand3-section1 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .brand3-section1 .body1 .info {
    padding: 15px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
  .brand3-section1 .body1 .info .text1 {
    font-size: 16px;
    margin-bottom: 9px;
  }
  .brand3-section1 .body1 .info .desc {
    font-size: 12px;
  }
  .brand3-section1 .body2 {
    width: 100%;
    margin-top: 0;
    box-shadow: none;
    padding: 0;
    margin-top: 30px;
  }
  .brand3-section1 .form-item {
    width: 100%;
    margin: 0!important;
  }
  .brand3-section1 .form-item:nth-child(1) ~ .form-item {
    margin-top: 10px!important;
  }
  .brand3-section1 .form-item .layui-input {
    height: 40px;
    padding: 0 10px;
    font-size: 14px;
  }
  .brand3-section1 .layui-textarea {
    padding: 20px 13px;
    height: 85px;
  }
  .brand3-section1 button {
    margin-top: 30px;
    width: 100%;
    height: 40px;
    font-size: 14px;
    border-radius: 100px;
  }
}
/* ==================== 业务咨询 - 板块一 End ==================== */
/* ==================== 售后服务 - 板块一 Start ==================== */
.brand4-section1 {
  padding-top: 6.771vw;
  padding-bottom: 11.458vw;
}
.brand4-section1 .body {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.brand4-section1 .left-body {
  padding: 4.167vw 6.771vw;
  min-width: 0;
  flex-grow: 1;
  box-shadow: 0vw 0vw 0.417vw 0vw rgba(0, 0, 0, 0.06);
}
.brand4-section1 .left-body .ny-title {
  text-align: left;
}
.brand4-section1 .left-body .form-item {
  margin-bottom: 0.781vw;
}
.brand4-section1 .left-body .layui-input {
  height: 3.125vw;
  padding-left: 1.563vw;
  padding-right: 1.563vw;
}
.brand4-section1 .left-body .layui-textarea {
  padding: 1.302vw 1.823vw;
  height: 16.667vw;
  resize: none;
}
.brand4-section1 .left-body button {
  margin-top: 2.344vw;
  width: 10.417vw;
  height: 3.125vw;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.833vw;
  color: #fff;
  border-radius: 5.208vw;
  background-color: #cf3b1b;
}
.brand4-section1 .right-body {
  flex-shrink: 0;
  width: 28.125vw;
}
.brand4-section1 .right-body .info {
  background-color: #ffffff;
  box-shadow: 0vw 0vw 0.417vw 0vw rgba(0, 0, 0, 0.06);
  padding: 4.167vw 4.688vw 6.25vw;
  color: rgba(0, 0, 0, 0.6);
}
.brand4-section1 .right-body .info .icon {
  width: 2.917vw;
  margin-bottom: 1.563vw;
}
.brand4-section1 .right-body .info .text1 {
  font-size: 0.833vw;
  line-height: 1.2;
  margin-bottom: 1.042vw;
}
.brand4-section1 .right-body .info .text2 {
  font-size: 1.042vw;
}
.brand4-section1 .right-body .info .text3 {
  margin-top: 0.521vw;
  font-size: 1.563vw;
  line-height: 1.1;
  font-family: "Alibaba_PuHuiTi_Bold";
  color: #cf3b1b;
}
@media screen and (min-width: 1920px) {
  .brand4-section1 {
    padding-top: 130px;
    padding-bottom: 220px;
  }
  .brand4-section1 .left-body {
    padding: 80px 130px;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.06);
  }
  .brand4-section1 .left-body .form-item {
    margin-bottom: 15px;
  }
  .brand4-section1 .left-body .layui-input {
    height: 60px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .brand4-section1 .left-body .layui-textarea {
    padding: 25px 35px;
    height: 320px;
  }
  .brand4-section1 .left-body button {
    margin-top: 45px;
    width: 200px;
    height: 60px;
    font-size: 16px;
    border-radius: 100px;
  }
  .brand4-section1 .right-body {
    width: 540px;
  }
  .brand4-section1 .right-body .info {
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.06);
    padding: 80px 90px 120px;
  }
  .brand4-section1 .right-body .info .icon {
    width: 56px;
    margin-bottom: 30px;
  }
  .brand4-section1 .right-body .info .text1 {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .brand4-section1 .right-body .info .text2 {
    font-size: 20px;
  }
  .brand4-section1 .right-body .info .text3 {
    margin-top: 10px;
    font-size: 30px;
  }
}
@media screen and (max-width: 749px) {
  .brand4-section1 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .brand4-section1 .body {
    display: block;
  }
  .brand4-section1 .left-body {
    padding: 20px 20px;
    padding-top: 40px;
    width: 100%;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.06);
  }
  .brand4-section1 .left-body .ny-title {
    text-align: center;
  }
  .brand4-section1 .left-body .form-item {
    margin-bottom: 8px;
  }
  .brand4-section1 .left-body .layui-input {
    height: 40px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 12px;
  }
  .brand4-section1 .left-body .layui-textarea {
    padding: 13px 18px;
    height: 120px;
    font-size: 12px;
  }
  .brand4-section1 .left-body button {
    margin-top: 23px;
    width: 100%;
    height: 40px;
    font-size: 14px;
    border-radius: 100px;
  }
  .brand4-section1 .right-body {
    width: 100%;
  }
  .brand4-section1 .right-body .info {
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.06);
    padding: 20px;
  }
  .brand4-section1 .right-body .info .icon {
    width: 28px;
    margin-bottom: 30px;
  }
  .brand4-section1 .right-body .info .text1 {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .brand4-section1 .right-body .info .text2 {
    font-size: 12px;
  }
  .brand4-section1 .right-body .info .text3 {
    margin-top: 10px;
    font-size: 30px;
  }
}
/* ==================== 售后服务 - 板块一 End ==================== */
.contact-main .ny-banner .video video {
  object-position: center;
}
/* ==================== 加入我们 - 板块一 Start ==================== */
.contact-section1 {
  padding-top: 6.771vw;
  padding-bottom: 11.979vw;
}
.contact-section1 .ny-title {
  text-align: left;
  margin-bottom: 2.083vw;
}
.contact-section1 .itembox {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.contact-section1 .item {
  width: 32.5%;
  background-color: #ffffff;
  box-shadow: 0vw 0vw 0.469vw 0vw rgba(4, 0, 0, 0.08);
  padding: 2.604vw;
}
.contact-section1 .item:nth-child(3) ~ .item {
  margin-top: 1.042vw;
}
.contact-section1 .item:nth-child(3n-1) {
  margin-left: 1.25%;
  margin-right: 1.25%;
}
.contact-section1 .item .head {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
.contact-section1 .item .head .text1 {
  font-size: 1.25vw;
  color: #000;
  line-height: 1.1;
}
.contact-section1 .item .head .text2 {
  margin-left: 0.521vw;
  font-size: 0.833vw;
  color: #cf3b1b;
  line-height: 1.1;
}
.contact-section1 .item .bottom {
  margin-top: 5.208vw;
}
.contact-section1 .item .bottom .text1 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-bottom: 1.042vw;
  border-bottom: 0.052vw solid #F0F0F0;
  margin-bottom: 0.781vw;
}
.contact-section1 .item .bottom .text1 span {
  font-size: 0.833vw;
  color: rgba(0, 0, 0, 0.6);
}
.contact-section1 .item .bottom .text1 span:nth-child(2) {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.contact-section1 .item .bottom .text1 span:nth-child(2):before {
  content: "";
  width: 0.052vw;
  height: 0.833vw;
  display: inline-block;
  background-color: #E5E5E5;
  margin-left: 0.521vw;
  margin-right: 0.521vw;
}
.contact-section1 .item .bottom .text2 {
  font-size: 0.729vw;
  color: rgba(0, 0, 0, 0.6);
}
@media screen and (min-width: 1920px) {
  .contact-section1 {
    padding-top: 130px;
    padding-bottom: 230px;
  }
  .contact-section1 .ny-title {
    margin-bottom: 40px;
  }
  .contact-section1 .item {
    box-shadow: 0px 0px 9px 0px rgba(4, 0, 0, 0.08);
    padding: 50px;
  }
  .contact-section1 .item:nth-child(3) ~ .item {
    margin-top: 20px;
  }
  .contact-section1 .item .head .text1 {
    font-size: 24px;
  }
  .contact-section1 .item .head .text2 {
    margin-left: 10px;
  }
  .contact-section1 .item .bottom {
    margin-top: 100px;
  }
  .contact-section1 .item .bottom .text1 {
    padding-bottom: 20px;
    border-bottom: 1px solid #F0F0F0;
    margin-bottom: 15px;
  }
  .contact-section1 .item .bottom .text1 span {
    font-size: 16px;
  }
  .contact-section1 .item .bottom .text1 span:nth-child(2):before {
    width: 1px;
    height: 16px;
    margin-left: 10px;
    margin-right: 10px;
  }
  .contact-section1 .item .bottom .text2 {
    font-size: 14px;
  }
}
@media screen and (max-width: 749px) {
  .contact-section1 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .contact-section1 .ny-title {
    margin-bottom: 30px;
  }
  .contact-section1 .item {
    width: 100%;
    box-shadow: 0px 0px 9px 0px rgba(4, 0, 0, 0.08);
    padding: 20px 15px;
    margin: 0!important;
  }
  .contact-section1 .item:nth-child(1) ~ .item {
    margin-top: 15px!important;
  }
  .contact-section1 .item .head .text1 {
    font-size: 14px;
  }
  .contact-section1 .item .head .text2 {
    margin-left: 10px;
    font-size: 12px;
  }
  .contact-section1 .item .bottom {
    margin-top: 40px;
  }
  .contact-section1 .item .bottom .text1 {
    padding-bottom: 10px;
    border-bottom: 1px solid #F0F0F0;
    margin-bottom: 10px;
  }
  .contact-section1 .item .bottom .text1 span {
    font-size: 12px;
  }
  .contact-section1 .item .bottom .text1 span:nth-child(2):before {
    width: 1px;
    height: 8px;
    margin-left: 10px;
    margin-right: 10px;
  }
  .contact-section1 .item .bottom .text2 {
    font-size: 12px;
  }
}
/* ==================== 加入我们 - 板块一 End ==================== */
/* ==================== 加入我们 - 板块二 Start ==================== */
/* ==================== 加入我们 - 板块二 End ==================== */
/* ==================== 加入我们 - 板块三 Start ==================== */
/* ==================== 加入我们 - 板块三 End ==================== */
/* ==================== 加入我们 - 板块四 Start ==================== */
/* ==================== 加入我们 - 板块四 End ==================== */
/* ==================== 加入我们 - 板块五 Start ==================== */
/* ==================== 加入我们 - 板块五 End ==================== */
/* ==================== 加入我们 - 板块六 Start ==================== */
/* ==================== 加入我们 - 板块六 End ==================== */
/* ==================== 加入我们 - 板块七 Start ==================== */
/* ==================== 加入我们 - 板块七 End ==================== */
/* ==================== 加入我们 - 板块八 Start ==================== */
/* ==================== 加入我们 - 板块八 End ==================== */
/* ==================== 加入我们详情 - 板块一 Start ==================== */
.contact2-section1 {
  padding-top: 7.031vw;
  padding-bottom: 10.417vw;
}
.contact2-section1 .body {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}
.contact2-section1 .left-body {
  width: 32.5%;
  flex-shrink: 0;
  padding-right: 1.563vw;
}
.contact2-section1 .left-body .head {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 1.563vw;
}
.contact2-section1 .left-body .head .text1 {
  font-size: 1.563vw;
  color: #000;
  line-height: 1.2;
}
.contact2-section1 .left-body .head .text2 {
  margin-left: 1.042vw;
  font-size: 0.729vw;
  color: #cf3b1b;
  padding: 0.26vw 0.26vw;
  border-radius: 0.208vw;
  line-height: 1;
  background-color: rgba(217, 65, 32, 0.1);
}
.contact2-section1 .left-body .desc {
  font-size: 0.833vw;
  color: #000;
  line-height: 1.2;
}
.contact2-section1 .left-body .icon {
  margin-top: 4.688vw;
  width: 11.458vw;
}
.contact2-section1 .right-body {
  min-width: 0;
  flex-grow: 1;
  border-top: 0.052vw solid #F0F0F0;
  border-bottom: 0.052vw solid #F0F0F0;
  padding-top: 3.125vw;
  padding-bottom: 3.646vw;
  display: flex;
  align-items: flex-start;
}
.contact2-section1 .right-body .desc {
  font-size: 0.833vw;
  color: #ababab;
  line-height: 1.8;
  min-width: 0;
  flex-grow: 1;
}
.contact2-section1 .right-body .desc strong {
  color: #000;
  font-weight: 400;
}
.contact2-section1 .right-body .more-btn {
  margin-left: 5.208vw;
  min-width: 9.375vw;
  padding: 1.042vw;
  border-radius: 10.417vw;
  background-color: #cf3b1b;
  color: #fff;
  text-align: center;
  display: block;
  font-size: 0.833vw;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
@media screen and (min-width: 1920px) {
  .contact2-section1 {
    padding-top: 135px;
    padding-bottom: 200px;
  }
  .contact2-section1 .left-body {
    padding-right: 30px;
  }
  .contact2-section1 .left-body .head {
    margin-bottom: 30px;
  }
  .contact2-section1 .left-body .head .text1 {
    font-size: 30px;
  }
  .contact2-section1 .left-body .head .text2 {
    margin-left: 20px;
    font-size: 14px;
    padding: 5px 5px;
    border-radius: 4px;
  }
  .contact2-section1 .left-body .desc {
    font-size: 16px;
  }
  .contact2-section1 .left-body .icon {
    margin-top: 90px;
    width: 220px;
  }
  .contact2-section1 .right-body {
    border-top: 1px solid #F0F0F0;
    border-bottom: 1px solid #F0F0F0;
    padding-top: 60px;
    padding-bottom: 70px;
  }
  .contact2-section1 .right-body .desc {
    font-size: 16px;
  }
  .contact2-section1 .right-body .more-btn {
    margin-left: 100px;
    min-width: 180px;
    padding: 20px;
    border-radius: 200px;
    font-size: 16px;
  }
}
@media screen and (max-width: 749px) {
  .contact2-section1 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .contact2-section1 .body {
    display: block;
  }
  .contact2-section1 .left-body {
    width: 100%;
    padding-right: 0;
    padding-bottom: 30px;
  }
  .contact2-section1 .left-body .head {
    margin-bottom: 15px;
  }
  .contact2-section1 .left-body .head .text1 {
    font-size: 18px;
  }
  .contact2-section1 .left-body .head .text2 {
    margin-left: 10px;
    font-size: 12px;
    padding: 5px 5px;
    border-radius: 4px;
  }
  .contact2-section1 .left-body .desc {
    font-size: 12px;
  }
  .contact2-section1 .left-body .icon {
    margin-top: 30px;
    width: 110px;
    margin-left: auto;
    margin-right: auto;
  }
  .contact2-section1 .right-body {
    display: block;
    width: 100%;
    border-top: 1px solid #F0F0F0;
    border-bottom: 1px solid #F0F0F0;
    padding-top: 30px;
    padding-bottom: 35px;
  }
  .contact2-section1 .right-body .desc {
    width: 100%;
    font-size: 14px;
  }
  .contact2-section1 .right-body .more-btn {
    padding: 10px;
    border-radius: 100px;
    font-size: 12px;
    margin-left: auto;
    margin-top: 20px;
  }
}
/* ==================== 加入我们详情 - 板块一 End ==================== */
/* ==================== 联系方式 - 板块一 Start ==================== */
.contact3-section1 {
  padding-top: 6.771vw;
  padding-bottom: 10.417vw;
}
.contact3-section1 .map {
  width: 100%;
}
.contact3-section1 .map .image img {
  width: 100%;
}
.contact3-section1 .map iframe {
  width: 100%;
  height: 100%;
  min-height: 29.688vw;
}
.contact3-section1 .itembox {
  background-color: #ffffff;
  box-shadow: 0vw 0vw 0.469vw 0vw rgba(4, 0, 0, 0.08);
  display: flex;
  align-items: stretch;
}
.contact3-section1 .item {
  width: 50%;
  padding: 3.646vw 6.771vw;
}
.contact3-section1 .item:first-child {
  border-right: 0.052vw solid rgba(0, 0, 0, 0.06);
}
.contact3-section1 .item .head {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-bottom: 0.781vw;
  border-bottom: 0.052vw solid #F0F0F0;
  position: relative;
}
.contact3-section1 .item .head:after {
  content: "";
  display: block;
  width: 5.208vw;
  height: 0.052vw;
  background-color: #cf3b1b;
  position: absolute;
  left: 0;
  bottom: -0.052vw;
}
.contact3-section1 .item .head .icon {
  width: 1.146vw;
  flex-shrink: 0;
  margin-right: 1.042vw;
}
.contact3-section1 .item .head .text {
  font-size: 1.25vw;
  color: #000;
  line-height: 1.1;
}
.contact3-section1 .item .desc {
  font-size: 0.833vw;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.8;
  text-align: justify;
  margin-top: 1.563vw;
}
.contact3-section1 .body2 {
  padding-top: 6.25vw;
}
.contact3-section1 .form-itembox {
  display: flex;
  flex-wrap: wrap;
}
.contact3-section1 .form-itembox .form-item {
  width: 32.5%;
}
.contact3-section1 .form-itembox .form-item:nth-child(3) ~ .form-item {
  margin-top: 0.781vw;
}
.contact3-section1 .form-itembox .form-item:nth-child(3n-1) {
  margin-left: 1.25%;
  margin-right: 1.25%;
}
.contact3-section1 .form-itembox .layui-input {
  height: 3.125vw;
  line-height: 3.125vw;
  padding-left: 1.302vw;
  padding-right: 1.302vw;
}
.contact3-section1 button {
  width: 10.417vw;
  height: 3.125vw;
  background-color: #cf3b1b;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.833vw;
  line-height: 1.1;
  border-radius: 5.208vw;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.604vw;
}
@media screen and (min-width: 1920px) {
  .contact3-section1 {
    padding-top: 130px;
    padding-bottom: 200px;
  }
  .contact3-section1 .map iframe {
    min-height: 570px;
  }
  .contact3-section1 .itembox {
    box-shadow: 0px 0px 9px 0px rgba(4, 0, 0, 0.08);
  }
  .contact3-section1 .item {
    padding: 70px 130px;
  }
  .contact3-section1 .item:first-child {
    border-right: 1px solid rgba(0, 0, 0, 0.06);
  }
  .contact3-section1 .item .head {
    padding-bottom: 15px;
    border-bottom: 1px solid #F0F0F0;
  }
  .contact3-section1 .item .head:after {
    width: 100px;
    height: 1px;
    bottom: -1px;
  }
  .contact3-section1 .item .head .icon {
    width: 22px;
    margin-right: 20px;
  }
  .contact3-section1 .item .head .text {
    font-size: 24px;
  }
  .contact3-section1 .item .desc {
    font-size: 16px;
    margin-top: 30px;
  }
  .contact3-section1 .body2 {
    padding-top: 120px;
  }
  .contact3-section1 .form-itembox .form-item:nth-child(3) ~ .form-item {
    margin-top: 15px;
  }
  .contact3-section1 .form-itembox .layui-input {
    height: 60px;
    line-height: 60px;
    padding-left: 25px;
    padding-right: 25px;
  }
  .contact3-section1 button {
    width: 200px;
    height: 60px;
    font-size: 16px;
    border-radius: 100px;
    margin-top: 50px;
  }
}
@media screen and (max-width: 749px) {
  .contact3-section1 {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .contact3-section1 .map iframe {
    min-height: 285px;
  }
  .contact3-section1 .itembox {
    box-shadow: 0px 0px 9px 0px rgba(4, 0, 0, 0.08);
    display: block;
  }
  .contact3-section1 .item {
    width: 100%;
    padding: 30px 15px;
    border-right: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  }
  .contact3-section1 .item:first-child {
    border-right: 1px solid rgba(0, 0, 0, 0.06);
  }
  .contact3-section1 .item .head {
    padding-bottom: 12px;
    border-bottom: 1px solid #F0F0F0;
  }
  .contact3-section1 .item .head:after {
    width: 50px;
    height: 1px;
    bottom: -1px;
  }
  .contact3-section1 .item .head .icon {
    width: 20px;
    margin-right: 10px;
  }
  .contact3-section1 .item .head .text {
    font-size: 16px;
  }
  .contact3-section1 .item .desc {
    font-size: 12px;
    margin-top: 8px;
  }
  .contact3-section1 .body1 {
    padding-bottom: 30px;
  }
  .contact3-section1 .body2 {
    padding-top: 30px;
  }
  .contact3-section1 .form-itembox .form-item {
    width: 100%;
    margin: 0 !important;
  }
  .contact3-section1 .form-itembox .form-item:nth-child(1) ~ .form-item {
    margin-top: 10px !important;
    margin-left: 0;
  }
  .contact3-section1 .form-itembox .layui-input {
    height: 40px;
    line-height: 40px;
    padding-left: 13px;
    padding-right: 13px;
    font-size: 12px;
  }
  .contact3-section1 button {
    width: 100%;
    height: 40px;
    font-size: 14px;
    border-radius: 100px;
    margin-top: 20px;
  }
}
/* ==================== 联系方式 - 板块一 End ==================== */
/* ==================== 商务合作 - 板块一 Start ==================== */
.contact4-section1 {
  padding-top: 6.771vw;
  padding-bottom: 11.458vw;
}
.contact4-section1 .body {
  display: flex;
  align-items: stretch;
}
.contact4-section1 .left-body {
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  padding: 4.167vw 2.604vw;
  color: #fff;
  width: 19.792vw;
  flex-shrink: 0;
}
.contact4-section1 .left-body .icon {
  width: 2.604vw;
  display: block;
  margin-bottom: 2.083vw;
}
.contact4-section1 .left-body .info .text1 {
  font-size: 1.563vw;
}
.contact4-section1 .left-body .info .text2 {
  margin-top: 1.563vw;
  font-size: 0.833vw;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.6);
}
.contact4-section1 .right-body {
  padding: 5.208vw;
  box-shadow: 0vw 0vw 0.469vw 0vw rgba(4, 0, 0, 0.08);
}
.contact4-section1 .right-body .form-itembox {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.contact4-section1 .right-body .form-item {
  width: 48%;
  margin-right: 4%;
}
.contact4-section1 .right-body .form-item .layui-input {
  line-height: 3.542vw;
  height: 3.542vw;
  padding-left: 1.563vw;
  padding-right: 1.563vw;
  border-color: rgba(0, 0, 0, 0.1);
  font-size: 0.833vw;
}
.contact4-section1 .right-body .form-item:nth-child(2n) {
  margin-right: 0;
}
.contact4-section1 .right-body .form-item:nth-child(2) ~ .form-item {
  margin-top: 1.042vw;
}
.contact4-section1 .right-body textarea {
  width: 100%;
  display: block;
  border-color: rgba(0, 0, 0, 0.1);
  padding: 1.042vw 1.563vw;
  font-size: 0.833vw;
  height: 11.979vw;
  resize: none;
  margin-top: 1.042vw;
}
.contact4-section1 .right-body button {
  margin-top: 1.563vw;
  width: 10.417vw;
  height: 3.125vw;
  border-radius: 10.417vw;
  background-color: #cf3b1b;
  color: #fff;
  font-size: 0.833vw;
}
@media screen and (min-width: 1920px) {
  .contact4-section1 {
    padding-top: 130px;
    padding-bottom: 220px;
  }
  .contact4-section1 .left-body {
    padding: 80px 50px;
    width: 380px;
  }
  .contact4-section1 .left-body .icon {
    width: 50px;
    margin-bottom: 40px;
  }
  .contact4-section1 .left-body .info .text1 {
    font-size: 30px;
  }
  .contact4-section1 .left-body .info .text2 {
    margin-top: 30px;
    font-size: 16px;
  }
  .contact4-section1 .right-body {
    padding: 100px;
    box-shadow: 0px 0px 9px 0px rgba(4, 0, 0, 0.08);
  }
  .contact4-section1 .right-body .form-item .layui-input {
    line-height: 68px;
    height: 68px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 16px;
  }
  .contact4-section1 .right-body .form-item:nth-child(2) ~ .form-item {
    margin-top: 20px;
  }
  .contact4-section1 .right-body textarea {
    padding: 20px 30px;
    font-size: 16px;
    height: 230px;
    margin-top: 20px;
  }
  .contact4-section1 .right-body button {
    margin-top: 30px;
    width: 200px;
    height: 60px;
    border-radius: 200px;
    font-size: 16px;
  }
}
@media screen and (max-width: 749px) {
  .contact4-section1 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .contact4-section1 .body {
    display: block;
  }
  .contact4-section1 .left-body {
    padding: 20px 25px;
    width: 100%;
  }
  .contact4-section1 .left-body .icon {
    width: 25px;
    margin-bottom: 20px;
  }
  .contact4-section1 .left-body .info .text1 {
    font-size: 16px;
  }
  .contact4-section1 .left-body .info .text2 {
    margin-top: 15px;
    font-size: 12px;
  }
  .contact4-section1 .right-body {
    width: 100%;
    padding: 20px;
    box-shadow: 0px 0px 9px 0px rgba(4, 0, 0, 0.08);
  }
  .contact4-section1 .right-body .form-item {
    width: 100%;
    margin-right: 0;
  }
  .contact4-section1 .right-body .form-item .layui-input {
    line-height: 40px;
    height: 40px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 12px;
  }
  .contact4-section1 .right-body .form-item:nth-child(1) ~ .form-item {
    margin-top: 10px;
  }
  .contact4-section1 .right-body textarea {
    padding: 10px 15px;
    font-size: 13px;
    height: 115px;
    margin-top: 10px;
  }
  .contact4-section1 .right-body button {
    margin-top: 15px;
    width: 100%;
    height: 40px;
    border-radius: 100px;
    font-size: 12px;
  }
}
/* ==================== 商务合作 - 板块一 End ==================== */
/* ==================== 投资者关系 - 板块一 Start ==================== */
.other-section1 {
  padding-top: 8.333vw;
  padding-bottom: 11.458vw;
  overflow: hidden;
}
.other-section1 .head {
  margin-bottom: 2.083vw;
}
.other-section1 .head .text1 {
  font-size: 1.563vw;
  color: #000;
  line-height: 1.1;
  margin-bottom: 1.042vw;
}
.other-section1 .head .desc {
  font-size: 0.833vw;
  line-height: 1.8;
  text-align: justify;
  color: rgba(0, 0, 0, 0.6);
}
.other-section1 .itembox {
  display: flex;
  flex-wrap: wrap;
}
.other-section1 .item {
  width: 32.5%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0vw 0vw 0.417vw 0vw rgba(0, 0, 0, 0.06);
  padding-top: 3.646vw;
  padding-bottom: 3.646vw;
}
.other-section1 .item:nth-child(3n-1) {
  margin-left: 1.25%;
  margin-right: 1.25%;
}
.other-section1 .item .icon {
  width: 2.708vw;
  flex-shrink: 0;
  margin-right: 1.042vw;
}
.other-section1 .item .info .text1 {
  font-size: 0.833vw;
  color: #8d8d8d;
  line-height: 1.4;
  margin-bottom: 0.521vw;
}
.other-section1 .item .info .text2 {
  font-size: 1.25vw;
  line-height: 1;
  color: #000;
  font-family: "Alibaba_PuHuiTi_Bold";
}
.other-section1 .item .info .text3 {
  font-size: 1.042vw;
  color: #000;
  line-height: 1.4;
  max-width: 16.406vw;
}
.other-section1 .map {
  display: block;
  width: 100%;
  margin-top: 2.083vw;
}
.other-section1 .map iframe {
  display: block;
  width: 100%;
  height: 30.208vw;
}
@media screen and (min-width: 1920px) {
  .other-section1 {
    padding-top: 160px;
    padding-bottom: 220px;
  }
  .other-section1 .head {
    margin-bottom: 40px;
  }
  .other-section1 .head .text1 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .other-section1 .head .desc {
    font-size: 16px;
  }
  .other-section1 .item {
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.06);
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .other-section1 .item .icon {
    width: 52px;
    margin-right: 20px;
  }
  .other-section1 .item .info .text1 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .other-section1 .item .info .text2 {
    font-size: 24px;
  }
  .other-section1 .item .info .text3 {
    font-size: 20px;
    max-width: 315px;
  }
  .other-section1 .map {
    margin-top: 40px;
  }
  .other-section1 .map iframe {
    height: 580px;
  }
}
@media screen and (max-width: 749px) {
  .other-section1 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .other-section1 .head {
    margin-bottom: 10px;
  }
  .other-section1 .head .text1 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .other-section1 .head .desc {
    font-size: 12px;
  }
  .other-section1 .head .desc br {
    display: none;
  }
  .other-section1 .item {
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.06);
    padding: 20px 40px;
    width: 100%;
    margin: 0!important;
  }
  .other-section1 .item:nth-child(1) ~ .item {
    margin-top: 10px!important;
  }
  .other-section1 .item .icon {
    width: 40px;
    margin-right: 20px;
  }
  .other-section1 .item .info {
    min-width: 0;
    flex-grow: 1;
  }
  .other-section1 .item .info .text1 {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .other-section1 .item .info .text2 {
    font-size: 18px;
  }
  .other-section1 .item .info .text3 {
    font-size: 14px;
    max-width: 100%;
  }
  .other-section1 .map {
    margin-top: 20px;
  }
  .other-section1 .map iframe {
    height: 290px;
  }
}
/* ==================== 投资者关系 - 板块一 End ==================== */
/* ==================== 搜索页面 - 板块二 Start ==================== */
.search-section2 .item:first-child {
  border-top: 0;
}
@media screen and (min-width: 750px) {
  .search-section2 {
    padding-top: 1.67rem;
    padding-bottom: 1.67rem;
  }
}
@media screen and (max-width: 749px) {
  .search-section2 {
    padding-top: 40.2px;
    padding-bottom: 40.2px;
  }
}
/* ==================== 搜索页面 - 板块二 End ==================== */
